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

This commit is contained in:
Jeff Sharkey
2012-08-13 13:17:12 -07:00
committed by android code review

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;