mirror of
https://github.com/SchildiChat/SchildiChat-android.git
synced 2025-03-18 20:29:10 +03:00
setOnDismissListener
should cover all the cases.
This commit is contained in:
parent
cc80bf986c
commit
399e95a247
1 changed files with 0 additions and 4 deletions
|
@ -171,14 +171,10 @@ class UnifiedPushHelper @Inject constructor(
|
|||
up.saveDistributor(context, distributor)
|
||||
Timber.i("Saving distributor: $distributor")
|
||||
up.registerApp(context)
|
||||
onDoneRunnable?.run()
|
||||
}
|
||||
.setOnDismissListener {
|
||||
onDoneRunnable?.run()
|
||||
}
|
||||
.setOnCancelListener {
|
||||
onDoneRunnable?.run()
|
||||
}
|
||||
.show()
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue