updating commons and gradle
This commit is contained in:
parent
a9651792fd
commit
4b514469e4
3 changed files with 2 additions and 3 deletions
|
|
@ -25,7 +25,6 @@ class MessagesImporter(private val context: Context) {
|
|||
fun importMessages(path: String, onProgress: (total: Int, current: Int) -> Unit = { _, _ -> }, callback: (result: ImportResult) -> Unit) {
|
||||
ensureBackgroundThread {
|
||||
try {
|
||||
|
||||
val inputStream = if (path.contains("/")) {
|
||||
File(path).inputStream()
|
||||
} else {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue