mirror of
https://github.com/moparisthebest/k-9
synced 2024-11-27 19:52:17 -05:00
Correct push restart logic
This commit is contained in:
parent
6c814fb5e7
commit
493cdc4f5d
@ -433,7 +433,7 @@ public class AccountSettings extends K9PreferenceActivity
|
||||
if (mAccount.getFolderPushMode() != FolderMode.NONE)
|
||||
{
|
||||
needsPushRestart |= displayModeChanged;
|
||||
displayModeChanged |= mIncomingChanged;
|
||||
needsPushRestart |= mIncomingChanged;
|
||||
}
|
||||
|
||||
SharedPreferences prefs = mAccountRingtone.getPreferenceManager().getSharedPreferences();
|
||||
|
Loading…
Reference in New Issue
Block a user