mirror of
https://github.com/Kunzisoft/KeePassDX.git
synced 2025-12-04 15:49:33 +01:00
Rollback toolbar home icon
This commit is contained in:
@@ -165,11 +165,9 @@ class IconPickerActivity : LockingActivity() {
|
||||
if (mIconsSelected.isEmpty()) {
|
||||
mCustomIconsSelectionMode = false
|
||||
toolbar.title = " "
|
||||
toolbar.setNavigationIcon(R.drawable.ic_baseline_arrow_back_white_24dp)
|
||||
} else {
|
||||
mCustomIconsSelectionMode = true
|
||||
toolbar.title = mIconsSelected.size.toString()
|
||||
toolbar.setNavigationIcon(R.drawable.ic_close_white_24dp)
|
||||
}
|
||||
invalidateOptionsMenu()
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user