Show 'Clear storage' on customize manage space button
Settings app may show 'Clear storage' button to clear data
or 'Manage space' button to show app customize manage space UI.
To have a consistent UI, shows 'Clear storage' button
for the 2 cases.
Fix: 241486222
Test: manual visual
Settings -> Apps -> See all apps -> Photos
-> Storage & cache
Change-Id: I09f2e651a2844ef809ee269c7114296af69e6bb9
This commit is contained in:
@@ -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