Merge "Fix storage title clearing in multi-window" into nyc-dev am: 0bea8a9
am: 018d99c
* commit '018d99cd288622bc4daf37b969e3340441bcb28d':
Fix storage title clearing in multi-window
Change-Id: I0e1f19ca14989df82c65adbb0612dcc97370f27b
This commit is contained in:
@@ -325,6 +325,12 @@ public class PrivateVolumeSettings extends SettingsPreferenceFragment {
|
||||
mStorageManager.unregisterListener(mStorageListener);
|
||||
}
|
||||
|
||||
@Override
|
||||
public void onAttach(Context context) {
|
||||
super.onAttach(context);
|
||||
mDetached = false;
|
||||
}
|
||||
|
||||
@Override
|
||||
public void onDetach() {
|
||||
super.onDetach();
|
||||
|
Reference in New Issue
Block a user