mirror of
https://github.com/Kunzisoft/KeePassDX.git
synced 2025-12-04 15:49:33 +01:00
Fix small visual bug
This commit is contained in:
@@ -176,7 +176,7 @@ class MagikeyboardService : InputMethodService(), KeyboardView.OnKeyboardActionL
|
||||
}
|
||||
|
||||
private fun setDatabaseViews() {
|
||||
if (mDatabase == null) {
|
||||
if (mDatabase == null || mDatabase?.loaded != true) {
|
||||
entryContainer?.visibility = View.GONE
|
||||
} else {
|
||||
entryContainer?.visibility = View.VISIBLE
|
||||
|
||||
Reference in New Issue
Block a user