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
|
// TODO change database
|
||||||
return true
|
return true
|
||||||
}
|
}
|
||||||
R.id.menu_search ->
|
R.id.menu_search -> {
|
||||||
//onSearchRequested();
|
onSearchRequested()
|
||||||
return true
|
return true
|
||||||
|
}
|
||||||
R.id.menu_save_database -> {
|
R.id.menu_save_database -> {
|
||||||
saveDatabase()
|
saveDatabase()
|
||||||
return true
|
return true
|
||||||
|
|||||||
@@ -25,6 +25,5 @@
|
|||||||
app:showAsAction="always|collapseActionView"
|
app:showAsAction="always|collapseActionView"
|
||||||
android:orderInCategory="31"
|
android:orderInCategory="31"
|
||||||
android:iconifiedByDefault="true"
|
android:iconifiedByDefault="true"
|
||||||
app:iconTint="?attr/colorControlNormal"
|
app:iconTint="?attr/colorControlNormal" />
|
||||||
app:actionViewClass="androidx.appcompat.widget.SearchView" />
|
|
||||||
</menu>
|
</menu>
|
||||||
Reference in New Issue
Block a user