mirror of
https://github.com/Kunzisoft/KeePassDX.git
synced 2025-12-04 15:49:33 +01:00
Hot fix for search #1219
This commit is contained in:
@@ -1091,9 +1091,10 @@ class GroupActivity : DatabaseLockActivity(),
|
||||
// TODO change database
|
||||
return true
|
||||
}
|
||||
R.id.menu_search ->
|
||||
//onSearchRequested();
|
||||
R.id.menu_search -> {
|
||||
onSearchRequested()
|
||||
return true
|
||||
}
|
||||
R.id.menu_save_database -> {
|
||||
saveDatabase()
|
||||
return true
|
||||
|
||||
@@ -25,6 +25,5 @@
|
||||
app:showAsAction="always|collapseActionView"
|
||||
android:orderInCategory="31"
|
||||
android:iconifiedByDefault="true"
|
||||
app:iconTint="?attr/colorControlNormal"
|
||||
app:actionViewClass="androidx.appcompat.widget.SearchView" />
|
||||
app:iconTint="?attr/colorControlNormal" />
|
||||
</menu>
|
||||
Reference in New Issue
Block a user