Removed dup check (keeping the more explicit one) per cketti recommendation
This commit is contained in:
parent
fce2fc12d0
commit
457479cd43
1 changed files with 1 additions and 1 deletions
|
@ -776,7 +776,7 @@ public class K9 extends Application {
|
|||
|
||||
|
||||
public static boolean startIntegratedInbox() {
|
||||
return !mHideSpecialAccounts && mStartIntegratedInbox;
|
||||
return mStartIntegratedInbox;
|
||||
}
|
||||
|
||||
public static void setStartIntegratedInbox(boolean startIntegratedInbox) {
|
||||
|
|
Loading…
Reference in a new issue