Merge "Show 'Clear storage' on customize manage space button"
This commit is contained in:
committed by
Android (Google) Code Review
commit
63e627ca93
@@ -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())
|
||||
|
Reference in New Issue
Block a user