mirror of
https://github.com/moparisthebest/k-9
synced 2025-01-13 22:58:03 -05:00
Correctly close the context action mode when deleting an account.
This commit is contained in:
parent
416ac8b646
commit
277669711c
@ -1027,6 +1027,7 @@ public class Accounts extends K9ListActivity implements OnItemClickListener {
|
|||||||
.deleteAccount(realAccount);
|
.deleteAccount(realAccount);
|
||||||
K9.setServicesEnabled(Accounts.this);
|
K9.setServicesEnabled(Accounts.this);
|
||||||
refresh();
|
refresh();
|
||||||
|
mActionMode.finish();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
Loading…
Reference in New Issue
Block a user