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

Commit ec1d075e authored by Jorim Jaggi's avatar Jorim Jaggi
Browse files

Fix NullPointerException

Change-Id: Ifce7af5ac6aacc04fb621f3afd707164f36ba980
parent e26334ba
Loading
Loading
Loading
Loading
+5 −1
Original line number Diff line number Diff line
@@ -409,7 +409,11 @@ public class StatusBarIconController extends StatusBarIconList implements Tunabl
        if (darkArea == null && mTintArea.isEmpty()) {
            return;
        }
        if (darkArea == null) {
            mTintArea.setEmpty();
        } else {
            mTintArea.set(darkArea);
        }
        applyIconTint();
        mNotificationIconAreaController.setTintArea(darkArea);
    }