Removed dup check (keeping the more explicit one) per cketti recommendation

This commit is contained in:
baolongnt 2011-02-25 14:49:39 -08:00
parent fce2fc12d0
commit 457479cd43

View file

@ -776,7 +776,7 @@ public class K9 extends Application {
public static boolean startIntegratedInbox() {
return !mHideSpecialAccounts && mStartIntegratedInbox;
return mStartIntegratedInbox;
}
public static void setStartIntegratedInbox(boolean startIntegratedInbox) {