Remove unneeded reload

This commit is contained in:
M66B
2018-10-13 16:27:15 +00:00
parent 8714a39774
commit 33d0053259

View File

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