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

* commit '1c7d15e841a03a62c5c89f514970a8ce14069c2f':
  Fix the issue the setting crashes after unmount SD card in landscape
This commit is contained in:
Jeff Sharkey
2012-08-13 16:07:40 -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.
// 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;