Merge "Fix InvisibleToggle type service does not turn on or turn off correctly when edit shortcut dialog." into rvc-dev am: 981d10db0b am: 5d7fd4abc3 am: aa0c512ff5 am: 6267537581

Change-Id: I356ddb582b6fd154766c932e774ccbbe3d653f5e
This commit is contained in:
Menghan Li
2020-04-29 09:07:47 +00:00
committed by Automerger Merge Worker
3 changed files with 23 additions and 2 deletions

View File

@@ -386,7 +386,8 @@ public class ToggleScreenMagnificationPreferenceFragment extends
return shortcut.getType();
}
private void callOnAlertDialogCheckboxClicked(DialogInterface dialog, int which) {
@Override
protected void callOnAlertDialogCheckboxClicked(DialogInterface dialog, int which) {
updateUserShortcutType(/* saveChanges= */ true);
optInAllMagnificationValuesToSettings(getPrefContext(), mUserShortcutType);
optOutAllMagnificationValuesFromSettings(getPrefContext(), ~mUserShortcutType);