Add icon picker for zen modes
Bug: 333901673 Test: atest ZenModeIconPickerListPreferenceControllerTest Flag: android.app.modes_ui Change-Id: Ib6faaac7c93b25423d18dbdcd0a2310de15fa86f
This commit is contained in:
@@ -51,12 +51,12 @@ abstract class ZenModeFragmentBase extends ZenModesFragmentBase {
|
||||
if (bundle != null && bundle.containsKey(MODE_ID)) {
|
||||
String id = bundle.getString(MODE_ID);
|
||||
if (!reloadMode(id)) {
|
||||
Log.d(TAG, "Mode id " + id + " not found");
|
||||
Log.e(TAG, "Mode id " + id + " not found");
|
||||
toastAndFinish();
|
||||
return;
|
||||
}
|
||||
} else {
|
||||
Log.d(TAG, "Mode id required to set mode config settings");
|
||||
Log.e(TAG, "Mode id required to set mode config settings");
|
||||
toastAndFinish();
|
||||
return;
|
||||
}
|
||||
|
Reference in New Issue
Block a user