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:
@@ -309,11 +309,7 @@ public class AppStorageSettings extends AppInfoWithHeader
|
||||
.setButton1Enabled(false);
|
||||
mCanClearData = false;
|
||||
} else {
|
||||
if (appHasSpaceManagementUI) {
|
||||
mButtonsPref.setButton1Text(R.string.manage_space_text);
|
||||
} else {
|
||||
mButtonsPref.setButton1Text(R.string.clear_user_data_text);
|
||||
}
|
||||
mButtonsPref.setButton1Text(R.string.clear_user_data_text);
|
||||
mButtonsPref.setButton1Icon(R.drawable.ic_settings_delete)
|
||||
.setButton1OnClickListener(v -> handleClearDataClick());
|
||||
}
|
||||
|
Reference in New Issue
Block a user