mirror of
https://github.com/M66B/FairEmail.git
synced 2026-03-29 05:15:13 +02:00
Fixed updating "last" times
This commit is contained in:
@@ -638,7 +638,9 @@ public class FragmentOptionsPrivacy extends FragmentBase implements SharedPrefer
|
||||
|
||||
@Override
|
||||
public void onSharedPreferenceChanged(SharedPreferences prefs, String key) {
|
||||
if (!RESET_OPTIONS.contains(key))
|
||||
if (!RESET_OPTIONS.contains(key) &&
|
||||
!"adguard_last".equals(key) &&
|
||||
!"disconnect_last".equals(key))
|
||||
return;
|
||||
|
||||
getMainHandler().removeCallbacks(update);
|
||||
|
||||
Reference in New Issue
Block a user