Revert^2 "Tweak Modes layouts and use updated strings to match mocks"

This reverts commit 9804955ad5.

Reason for revert: Wrongly reverted; unrelated to the error

Change-Id: I94a2b05589fa80218db184e192f1c4a633ab61b0
This commit is contained in:
Matías Hernández
2024-07-31 15:43:25 +00:00
parent 9804955ad5
commit 4222bed264
11 changed files with 111 additions and 68 deletions

View File

@@ -84,9 +84,9 @@ class ZenModeButtonPreferenceController extends AbstractZenModePreferenceControl
}
});
if (zenMode.isActive()) {
mZenButton.setText(R.string.zen_mode_button_turn_off);
mZenButton.setText(R.string.zen_mode_action_deactivate);
} else {
mZenButton.setText(R.string.zen_mode_button_turn_on);
mZenButton.setText(R.string.zen_mode_action_activate);
}
}
}