mirror of
https://github.com/moparisthebest/keepass2android
synced 2025-01-30 22:50:21 -05:00
fix missing right arrow after leaving action mode
This commit is contained in:
parent
272b7e6aad
commit
1ebf82d4c0
@ -876,7 +876,7 @@ namespace keepass2android
|
||||
public void OnDestroyActionMode(ActionMode mode)
|
||||
{
|
||||
Android.Util.Log.Debug("KP2A", "Destroy action mode" + mode);
|
||||
((PwGroupListAdapter)ListView.Adapter).InActionMode = true;
|
||||
((PwGroupListAdapter)ListView.Adapter).InActionMode = false;
|
||||
((PwGroupListAdapter)ListView.Adapter).NotifyDataSetChanged();
|
||||
_mode = null;
|
||||
if (Build.VERSION.SdkInt >= BuildVersionCodes.Lollipop)
|
||||
|
Loading…
Reference in New Issue
Block a user