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

Commit 42eb3fb2 authored by Jeff Sharkey's avatar Jeff Sharkey Committed by android code review
Browse files

Merge "Fix the issue the setting crashes after unmount SD card in landscape"

parents d7db6baa 66e7f0a3
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -57,8 +57,8 @@ public class Memory extends SettingsPreferenceFragment {
    // The mountToggle Preference that has last been clicked.
    // Assumes no two successive unmount event on 2 different volumes are performed before the first
    // one's preference is disabled
    private Preference mLastClickedMountToggle;
    private String mClickedMountPoint;
    private static Preference mLastClickedMountToggle;
    private static String mClickedMountPoint;

    // Access using getMountService()
    private IMountService mMountService = null;