Merge "Refresh Storage UI atomically."
This commit is contained in:
committed by
Android (Google) Code Review
commit
70c0225006
@@ -152,7 +152,7 @@ public class StorageSettings extends SettingsPreferenceFragment implements Index
|
||||
}
|
||||
}
|
||||
|
||||
private void refresh() {
|
||||
private synchronized void refresh() {
|
||||
final Context context = getPrefContext();
|
||||
|
||||
getPreferenceScreen().removeAll();
|
||||
|
Reference in New Issue
Block a user