commit | 183a2a43137018667836f2a5a3a53e88997465b9 | [log] [tgz] |
---|---|---|
author | András Klöczl <andraskloczl@google.com> | Tue May 11 10:28:02 2021 +0000 |
committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | Tue May 11 10:28:02 2021 +0000 |
tree | 6a403e7eca1ffe200acd90217b8cfbe75c47fcf2 | |
parent | 9ac3724cc36905adba81c6bc878ae16c41f5332c [diff] | |
parent | 45e72a1ed33e0f839dc01fca184b6b56c02673af [diff] |
Merge "Fix launcher navigation issue when using a controller" into sc-dev am: 45e72a1ed3 Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Launcher3/+/14425542 Change-Id: Ie11bfd8ecd2679180f934e9af630a8c88b3304ea
diff --git a/quickstep/src/com/android/quickstep/views/DigitalWellBeingToast.java b/quickstep/src/com/android/quickstep/views/DigitalWellBeingToast.java index 7c8041c..c8a72cd 100644 --- a/quickstep/src/com/android/quickstep/views/DigitalWellBeingToast.java +++ b/quickstep/src/com/android/quickstep/views/DigitalWellBeingToast.java
@@ -111,11 +111,6 @@ public void initialize(Task task) { mTask = task; - if (task.key.userId != UserHandle.myUserId()) { - setNoLimit(); - return; - } - THREAD_POOL_EXECUTOR.execute(() -> { final AppUsageLimit usageLimit = mLauncherApps.getAppUsageLimit( task.getTopComponent().getPackageName(),