Fix show button in long tap mode

This commit is contained in:
J-Jamet
2020-08-20 14:16:20 +02:00
parent 6135544b72
commit 9f6234f032

View File

@@ -477,6 +477,7 @@ class GroupActivity : LockingActivity(),
enableAddGroup(addGroupEnabled)
enableAddEntry(addEntryEnabled)
if (actionNodeMode == null)
showButton()
}
}