Merge "Fixing DWB toast sometimes being shown for badged apps" into ub-launcher3-master

This commit is contained in:
TreeHugger Robot
2019-02-22 06:19:54 +00:00
committed by Android (Google) Code Review
@@ -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;
}