mirror of
https://github.com/Kunzisoft/KeePassDX.git
synced 2025-12-04 15:49:33 +01:00
Add thread sleep
This commit is contained in:
@@ -586,9 +586,9 @@ class DatabaseTaskNotificationService : NotificationService(), ProgressTaskUpdat
|
||||
resultTask = result
|
||||
}
|
||||
}
|
||||
// Additional wait if the dialog take time to show (device with low memory)
|
||||
// Additional wait if the dialog take time to show
|
||||
while(!allowFinishTask.get()) {
|
||||
Thread.sleep(100)
|
||||
Thread.sleep(250)
|
||||
}
|
||||
return resultTask
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user