From 09e6fbde5013f30c5075af3ed7bea28d6cb62918 Mon Sep 17 00:00:00 2001 From: Matthew Ng Date: Thu, 1 Feb 2018 16:54:16 -0800 Subject: Fixes overview connecting to correct launcher when changing users When switching users, it would always connect to the system user's launcher because the user was gained incorrectly so the new user would lose its recents button and other issues may occur. Getting the actual user fixes it to connect to the current user's launcher. Bug: 67957962 Test: change users Change-Id: If49b9bea3920242c2653913b127ac65a16c13b92 --- packages/SystemUI/src/com/android/systemui/OverviewProxyService.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/SystemUI/src/com/android/systemui/OverviewProxyService.java b/packages/SystemUI/src/com/android/systemui/OverviewProxyService.java index 8d8b726f8fa8..b7e1d67a5b3a 100644 --- a/packages/SystemUI/src/com/android/systemui/OverviewProxyService.java +++ b/packages/SystemUI/src/com/android/systemui/OverviewProxyService.java @@ -199,7 +199,7 @@ public class OverviewProxyService implements CallbackController