Merge "Update Prevent Ringing summary when it turn off" into sc-dev am: 3aca460dfc
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Settings/+/14442220 Change-Id: I4e147e373c327911bb9a6d9b945855c4f4b454f2
This commit is contained in:
@@ -92,8 +92,9 @@ public class PreventRingingParentPreferenceController extends TogglePreferenceCo
|
||||
case VOLUME_HUSH_MUTE:
|
||||
summary = mContext.getText(R.string.prevent_ringing_option_mute_summary);
|
||||
break;
|
||||
// VOLUME_HUSH_OFF
|
||||
default:
|
||||
summary = null;
|
||||
summary = mContext.getText(R.string.switch_off_text);
|
||||
}
|
||||
preference.setSummary(summary);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user