am adfa7fb2
: am 1c7d15e8
: am 865a914f
: am 42eb3fb2
: Merge "Fix the issue the setting crashes after unmount SD card in landscape"
* commit 'adfa7fb2a70f459de53a72b3c3ace9aee0a781c6': Fix the issue the setting crashes after unmount SD card in landscape
This commit is contained in:
@@ -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;
|
||||
|
Reference in New Issue
Block a user