Removed alarms from service UI

This commit is contained in:
M66B
2021-03-29 16:18:43 +02:00
parent fe2cc0a858
commit c046a95e71
5 changed files with 23 additions and 92 deletions

View File

@@ -526,7 +526,6 @@ public class FragmentOptionsMisc extends FragmentBase implements SharedPreferenc
@Override
public void onCheckedChanged(CompoundButton compoundButton, boolean checked) {
prefs.edit().putBoolean("protocol", checked).apply();
ServiceUI.scheduleProtocol(compoundButton.getContext(), checked);
}
});