Stops black screen from being displayed on changing Vision Settings in SUW.

Bug: 27328791

Change-Id: Ied247c3a31dfc50c0113667e63aea4a0c771f7bc
This commit is contained in:
Anna Galusza
2016-03-18 10:18:36 -07:00
parent 297ce9aaf3
commit 416f72b36c

View File

@@ -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.
*/