Delete unused method
This commit is contained in:
parent
d037bfbe5e
commit
47620b7aee
1 changed files with 0 additions and 4 deletions
|
|
@ -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)
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue