Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit e9b5d598 authored by Anna Galusza's avatar Anna Galusza Committed by Android (Google) Code Review
Browse files

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

Merge "Stops black screen from being displayed on changing Vision Settings in SUW. Bug: 27328791" into nyc-dev
parents 2bfbcfae 416f72b3
Loading
Loading
Loading
Loading
+0 −9
Original line number Diff line number Diff line
@@ -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.
     */