Revert "Tweak Modes layouts and use updated strings to match mocks"
This reverts commit 0359aaeb47.
Reason for revert: <Potential culprit for b/356564046 - verifying through ABTD before revert submission. This is part of the standard investigation process, and does not mean your CL will be reverted.>
Change-Id: I980838773078d822d20608e5975a26cf8dbed2be
This commit is contained in:
committed by
Android (Google) Code Review
parent
0359aaeb47
commit
9804955ad5
@@ -84,9 +84,9 @@ class ZenModeButtonPreferenceController extends AbstractZenModePreferenceControl
|
||||
}
|
||||
});
|
||||
if (zenMode.isActive()) {
|
||||
mZenButton.setText(R.string.zen_mode_action_deactivate);
|
||||
mZenButton.setText(R.string.zen_mode_button_turn_off);
|
||||
} else {
|
||||
mZenButton.setText(R.string.zen_mode_action_activate);
|
||||
mZenButton.setText(R.string.zen_mode_button_turn_on);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user