Revert "Halt early when not enabled"

This reverts commit 48603f20b6.
This commit is contained in:
M66B
2018-10-13 10:30:56 +00:00
parent 48603f20b6
commit 8efdee1e8a
2 changed files with 8 additions and 8 deletions

View File

@@ -61,7 +61,7 @@ public class FragmentOptions extends FragmentEx {
@Override
public void onCheckedChanged(CompoundButton compoundButton, boolean checked) {
prefs.edit().putBoolean("enabled", checked).apply();
ServiceSynchronize.start(getContext());
ServiceSynchronize.reload(getContext(), "enabled");
}
});