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

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) {