Merge "Fixing DWB toast sometimes being shown for badged apps" into ub-launcher3-master
This commit is contained in:
committed by
Android (Google) Code Review
commit
d3cb4c39e8
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user