diff --git a/src/com/android/settings/PreviewSeekBarPreferenceFragment.java b/src/com/android/settings/PreviewSeekBarPreferenceFragment.java index 15baa38204b..bac146d5a9e 100644 --- a/src/com/android/settings/PreviewSeekBarPreferenceFragment.java +++ b/src/com/android/settings/PreviewSeekBarPreferenceFragment.java @@ -193,15 +193,6 @@ public abstract class PreviewSeekBarPreferenceFragment extends SettingsPreferenc return root; } - @Override - public void onDetach() { - super.onDetach(); - - // This will commit the change SLIGHTLY after the activity has - // finished, which could be considered a feature or a bug... - commit(); - } - /** * Creates new configuration based on the current position of the SeekBar. */