Merge "Update custom zen settings "off" string" into sc-dev
This commit is contained in:
committed by
Android (Google) Code Review
commit
547cac8d9a
@@ -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