mirror of
https://github.com/element-hq/element-android
synced 2024-11-23 18:05:36 +03:00
ktlint
This commit is contained in:
parent
552424befb
commit
00b4ab8db9
2 changed files with 0 additions and 2 deletions
|
@ -33,7 +33,6 @@ import im.vector.app.core.extensions.exhaustive
|
|||
import im.vector.app.core.platform.VectorViewModel
|
||||
import im.vector.app.core.resources.StringProvider
|
||||
import kotlinx.coroutines.Dispatchers
|
||||
import kotlinx.coroutines.GlobalScope
|
||||
import kotlinx.coroutines.launch
|
||||
import org.matrix.android.sdk.api.MatrixCallback
|
||||
import org.matrix.android.sdk.api.session.Session
|
||||
|
|
|
@ -91,7 +91,6 @@ class RoomUploadsFragment @Inject constructor(
|
|||
if (!isAdded) return@onFailure
|
||||
showErrorInSnackbar(failure)
|
||||
}
|
||||
|
||||
}
|
||||
Unit
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue