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

Commit 81cc243b authored by Luca Stefani's avatar Luca Stefani Committed by Michael Bestas
Browse files

Revert "SystemUI: Fix QSTileHost exception"

This reverts commit 357c5168.

Change-Id: Iac2632f47058f72dffd73b1760970323b1c24cfb
parent d183b097
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -168,8 +168,8 @@ public class BrightnessController implements ToggleSlider.Listener {

            // Update the slider and mode before attaching the listener so we don't
            // receive the onChanged notifications for the initial values.
            mHandler.post(mUpdateModeRunnable);
            mHandler.post(mUpdateSliderRunnable);
            mUpdateModeRunnable.run();
            mUpdateSliderRunnable.run();

            mHandler.sendEmptyMessage(MSG_ATTACH_LISTENER);
        }