1
0
mirror of https://github.com/moparisthebest/k-9 synced 2024-08-13 17:03:48 -04:00

Correctly close the context action mode when deleting an account.

This commit is contained in:
Sander Bogaert 2012-08-28 11:18:59 -04:00 committed by Andrew Chen
parent 416ac8b646
commit 277669711c

View File

@ -1027,6 +1027,7 @@ public class Accounts extends K9ListActivity implements OnItemClickListener {
.deleteAccount(realAccount);
K9.setServicesEnabled(Accounts.this);
refresh();
mActionMode.finish();
}
}
});