mirror of
https://github.com/moparisthebest/k-9
synced 2025-02-17 07:30:16 -05:00
Removed dup check (keeping the more explicit one) per cketti recommendation
This commit is contained in:
parent
fce2fc12d0
commit
457479cd43
@ -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 New Issue
Block a user