Merge remote-tracking branch 'origin/dagger3' into rs
This commit is contained in:
commit
6979919a29
|
@ -39,7 +39,7 @@ object OKDialog {
|
|||
}
|
||||
|
||||
fun runOnUiThread(theRunnable: Runnable?) {
|
||||
@Suppress("DEPRECATION"
|
||||
@Suppress("DEPRECATION")
|
||||
val mainHandler = Handler(MainApp.instance().applicationContext.mainLooper)
|
||||
theRunnable?.let { mainHandler.post(it) }
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue