mirror of
https://github.com/moparisthebest/k-9
synced 2025-02-17 07:30:16 -05:00
Delete obsolete commented out code.
This commit is contained in:
parent
a4510696aa
commit
29947ef3c9
@ -340,7 +340,6 @@ 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();
|
||||
}
|
||||
});
|
||||
registerForContextMenu(mListView);
|
||||
@ -551,7 +550,6 @@ public class FolderList extends K9ListActivity
|
||||
private void onOpenFolder(String folder, boolean startup)
|
||||
{
|
||||
MessageList.actionHandleFolder(this, mAccount, folder, startup);
|
||||
// finish();
|
||||
}
|
||||
|
||||
private void onCompact(Account account)
|
||||
|
Loading…
Reference in New Issue
Block a user