mirror of
https://github.com/Kunzisoft/KeePassDX.git
synced 2025-12-04 15:49:33 +01:00
Fix bind listeners
This commit is contained in:
@@ -578,6 +578,8 @@ class DatabaseTaskNotificationService : NotificationService(), ProgressTaskUpdat
|
|||||||
|
|
||||||
override fun doInBackground(vararg actionRunnables: ((ProgressTaskUpdater?)-> ActionRunnable)?): ActionRunnable.Result {
|
override fun doInBackground(vararg actionRunnables: ((ProgressTaskUpdater?)-> ActionRunnable)?): ActionRunnable.Result {
|
||||||
var resultTask = ActionRunnable.Result(false)
|
var resultTask = ActionRunnable.Result(false)
|
||||||
|
// Without that, bind listeners don't work properly (I don't know why?)
|
||||||
|
Thread.sleep(500)
|
||||||
actionRunnables.forEach {
|
actionRunnables.forEach {
|
||||||
it?.invoke(progressTaskUpdater)?.apply {
|
it?.invoke(progressTaskUpdater)?.apply {
|
||||||
run()
|
run()
|
||||||
|
|||||||
Reference in New Issue
Block a user