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

Commit c109747d authored by LuK1337's avatar LuK1337 Committed by Gerrit Code Review
Browse files

SystemUI: Fix FC when mHandler is null

Logcat: http://pastebin.com/N8MWmecK

Change-Id: I466df66ed5da338506533cb965100ebe61ee9f6b
parent 945a7620
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -423,7 +423,7 @@ public class BackDropView extends FrameLayout implements Palette.PaletteAsyncLis

                    if (!showing) {
                        haltVisualizer();
                    } else if (mScreenOn) {
                    } else if (mScreenOn && mHandler != null) {
                        // in case keyguard is toggled back on even though screen never went off
                        mHandler.postDelayed(mResumeVisualizerIfPlayingRunnable, 200);
                    }