Merge "Update custom zen settings "off" string" into sc-dev am: 547cac8d9a
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Settings/+/14720432 Change-Id: I90900ad74a6528b9106f20200767d5f2ae3a630d
This commit is contained in:
@@ -274,7 +274,7 @@ public class ZenModeSettingsFooterPreferenceController extends AbstractZenModePr
|
||||
}
|
||||
|
||||
private int getAllowRes(boolean allow) {
|
||||
return allow ? R.string.zen_mode_sound_summary_on : R.string.zen_mode_sound_summary_off;
|
||||
return allow ? R.string.zen_mode_sound_summary_on : R.string.switch_off_text;
|
||||
}
|
||||
|
||||
@Override
|
||||
|
Reference in New Issue
Block a user