fix missing right arrow after leaving action mode

This commit is contained in:
Philipp Crocoll 2015-12-28 07:25:37 +01:00
parent 272b7e6aad
commit 1ebf82d4c0

View File

@ -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)