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

Commit a8dcc1b7 authored by Dave Mankoff's avatar Dave Mankoff Committed by Michael Rosenfeld
Browse files

Replace #init with #onInit to prevent stackoverflow.

Bug: 173141600
Test: manual
Change-Id: Ia3123857292b7adbc79ce5b4eec89ab31e678040
parent 10d4ca14
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -98,7 +98,7 @@ public class QSPanelController extends QSPanelControllerBase<QSPanel> {

    @Override
    public void onInit() {
        super.init();
        super.onInit();
        mQsCustomizerController.init();
        mBrightnessSlider.init();
    }