Delete unused method

This commit is contained in:
Naveen Singh 2025-01-03 21:59:58 +05:30
parent d037bfbe5e
commit 47620b7aee
No known key found for this signature in database
GPG key ID: AF5D43C216778C0B

View file

@ -215,8 +215,4 @@ class MessagesImporter(private val activity: SimpleActivity) {
ignoreCase = true ignoreCase = true
) )
} }
private fun isJsonMimeType(mimeType: String): Boolean {
return mimeType.equals("application/json", ignoreCase = true)
}
} }