Merge "Show 'Clear storage' on customize manage space button"

This commit is contained in:
TreeHugger Robot
2022-08-23 10:47:55 +00:00
committed by Android (Google) Code Review
3 changed files with 2 additions and 8 deletions

View File

@@ -71,7 +71,7 @@ public class SwitchBarTest {
@Test
public void cycleChecked_customLabel_shouldUpdateTextAndBackground() {
final int onText = R.string.main_clear_progress_text;
final int offText = R.string.manage_space_text;
final int offText = R.string.clear_user_data_text;
mBar.setSwitchBarText(onText, offText);
assertThat(((TextView) mBar.findViewById(R.id.switch_text)).getText())