mirror of
https://github.com/moparisthebest/keepass2android
synced 2025-01-31 07:00:27 -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)
|
public void OnDestroyActionMode(ActionMode mode)
|
||||||
{
|
{
|
||||||
Android.Util.Log.Debug("KP2A", "Destroy action mode" + mode);
|
Android.Util.Log.Debug("KP2A", "Destroy action mode" + mode);
|
||||||
((PwGroupListAdapter)ListView.Adapter).InActionMode = true;
|
((PwGroupListAdapter)ListView.Adapter).InActionMode = false;
|
||||||
((PwGroupListAdapter)ListView.Adapter).NotifyDataSetChanged();
|
((PwGroupListAdapter)ListView.Adapter).NotifyDataSetChanged();
|
||||||
_mode = null;
|
_mode = null;
|
||||||
if (Build.VERSION.SdkInt >= BuildVersionCodes.Lollipop)
|
if (Build.VERSION.SdkInt >= BuildVersionCodes.Lollipop)
|
||||||
|
Loading…
Reference in New Issue
Block a user