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

Commit a3150625 authored by Jason Monk's avatar Jason Monk
Browse files

Don't touch auto dim on app change

Test: manual
Bug: 63630024
Change-Id: I134aa2695bad36606588ca3e52685826f25ea306
parent c2beef51
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -5382,7 +5382,6 @@ public class StatusBar extends SystemUI implements DemoMode,

    @Override
    public void appTransitionFinished() {
        touchAutoDim();
        EventBus.getDefault().send(new AppTransitionFinishedEvent());
    }