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

Commit 70d5c728 authored by vadimt's avatar vadimt
Browse files

Fixing DWB toast sometimes being shown for badged apps

Bug: 124741358
Test: Manual
Change-Id: I7e2be19fda031c7c445d1a0e4ecd245935e54838
parent 7b4215d6
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -80,6 +80,7 @@ public final class DigitalWellBeingToast extends LinearLayout {
        mTask = task;

        if (task.key.userId != UserHandle.myUserId()) {
            setVisibility(GONE);
            callback.call(1, task.titleDescription);
            return;
        }