mirror of
https://github.com/moparisthebest/k-9
synced 2024-12-26 01:28:50 -05:00
Fixes Issue 934 by removing excess calls to finish()
This commit is contained in:
parent
d58d1c60c0
commit
60a2ceb604
@ -340,7 +340,7 @@ public class FolderList extends K9ListActivity
|
||||
public void onItemClick(AdapterView parent, View v, int itemPosition, long id)
|
||||
{
|
||||
MessageList.actionHandleFolder(FolderList.this, mAccount, ((FolderInfoHolder)mAdapter.getItem(id)).name, false);
|
||||
finish();
|
||||
// finish();
|
||||
}
|
||||
});
|
||||
registerForContextMenu(mListView);
|
||||
@ -551,7 +551,7 @@ public class FolderList extends K9ListActivity
|
||||
private void onOpenFolder(String folder, boolean startup)
|
||||
{
|
||||
MessageList.actionHandleFolder(this, mAccount, folder, startup);
|
||||
finish();
|
||||
// finish();
|
||||
}
|
||||
|
||||
private void onCompact(Account account)
|
||||
|
Loading…
Reference in New Issue
Block a user