Fixes Issue 1429

Remove dead code.
This commit is contained in:
Daniel Applebaum 2010-04-16 14:46:44 +00:00
parent 1079e03495
commit 5e30d5a784
1 changed files with 0 additions and 6 deletions

View File

@ -906,12 +906,6 @@ public class FolderList extends K9ListActivity
{
super.synchronizeMailboxProgress(account, folder, completed, total);
mHandler.refreshTitle();
if (true) return;
if (!account.equals(mAccount))
{
return;
}
mHandler.dataChanged();
}
@Override