Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 0bea8a9f authored by Jason Monk's avatar Jason Monk Committed by Android (Google) Code Review
Browse files

Merge "Fix storage title clearing in multi-window" into nyc-dev

parents 623a289b f3446f98
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
@@ -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();