summaryrefslogtreecommitdiffstats
path: root/go
diff options
context:
space:
mode:
authorSunny Goyal <sunnygoyal@google.com>2019-03-06 12:32:09 -0800
committerSunny Goyal <sunnygoyal@google.com>2019-03-06 12:32:24 -0800
commitb7dafa6a04c0da0b92d2e2db5ace4a8a7b87130a (patch)
treeeab4b3f87e6a4df4dbe6b7a7dd7a1993d49a4163 /go
parent40e06932345b0f376728d83cecc3e81ee57b602b (diff)
downloadandroid_packages_apps_Trebuchet-b7dafa6a04c0da0b92d2e2db5ace4a8a7b87130a.tar.gz
android_packages_apps_Trebuchet-b7dafa6a04c0da0b92d2e2db5ace4a8a7b87130a.tar.bz2
android_packages_apps_Trebuchet-b7dafa6a04c0da0b92d2e2db5ace4a8a7b87130a.zip
Using the new contract for some systemUI constants
Change-Id: I1a0351bc9b1ac5b8fe866a92c1bda93126189543
Diffstat (limited to 'go')
-rw-r--r--go/quickstep/src/com/android/quickstep/TouchInteractionService.java1
1 files changed, 1 insertions, 0 deletions
diff --git a/go/quickstep/src/com/android/quickstep/TouchInteractionService.java b/go/quickstep/src/com/android/quickstep/TouchInteractionService.java
index 2858deb6f..34f374c3d 100644
--- a/go/quickstep/src/com/android/quickstep/TouchInteractionService.java
+++ b/go/quickstep/src/com/android/quickstep/TouchInteractionService.java
@@ -52,6 +52,7 @@ public class TouchInteractionService extends Service {
ISystemUiProxy iSystemUiProxy = ISystemUiProxy.Stub
.asInterface(bundle.getBinder(KEY_EXTRA_SYSUI_PROXY));
mRecentsModel.setSystemUiProxy(iSystemUiProxy);
+ mRecentsModel.onInitializeSystemUI(bundle);
}
@Override