am 865a914f: am 42eb3fb2: Merge "Fix the issue the setting crashes after unmount SD card in landscape"

* commit '865a914fb5459dd5d6d676b11a09c95d15f2ef6e':
  Fix the issue the setting crashes after unmount SD card in landscape
This commit is contained in:
Jeff Sharkey
2012-08-13 16:03:23 -07:00
committed by Android Git Automerger

View File

@@ -57,8 +57,8 @@ public class Memory extends SettingsPreferenceFragment {
// The mountToggle Preference that has last been clicked. // The mountToggle Preference that has last been clicked.
// Assumes no two successive unmount event on 2 different volumes are performed before the first // Assumes no two successive unmount event on 2 different volumes are performed before the first
// one's preference is disabled // one's preference is disabled
private Preference mLastClickedMountToggle; private static Preference mLastClickedMountToggle;
private String mClickedMountPoint; private static String mClickedMountPoint;
// Access using getMountService() // Access using getMountService()
private IMountService mMountService = null; private IMountService mMountService = null;