mirror of
https://github.com/YTVanced/VancedMicroG
synced 2024-11-24 04:05:13 +00:00
Cleanup
This commit is contained in:
parent
4daa2a0e38
commit
d8b32c8310
1 changed files with 0 additions and 1 deletions
|
@ -79,7 +79,6 @@ public class CheckinPrefs implements SharedPreferences.OnSharedPreferenceChangeL
|
||||||
PreferenceManager.getDefaultSharedPreferences(context).edit().putBoolean(START_PREF_ENABLE_CHECKIN, false).apply();
|
PreferenceManager.getDefaultSharedPreferences(context).edit().putBoolean(START_PREF_ENABLE_CHECKIN, false).apply();
|
||||||
}
|
}
|
||||||
PreferenceManager.getDefaultSharedPreferences(context).edit().putBoolean(PREF_ENABLE_CHECKIN, newStatus).apply();
|
PreferenceManager.getDefaultSharedPreferences(context).edit().putBoolean(PREF_ENABLE_CHECKIN, newStatus).apply();
|
||||||
|
|
||||||
if (!changed) return;
|
if (!changed) return;
|
||||||
if (newStatus) {
|
if (newStatus) {
|
||||||
context.sendOrderedBroadcast(new Intent(context, TriggerReceiver.class), null);
|
context.sendOrderedBroadcast(new Intent(context, TriggerReceiver.class), null);
|
||||||
|
|
Loading…
Reference in a new issue