summaryrefslogtreecommitdiffstats
path: root/go
diff options
context:
space:
mode:
authorSunny Goyal <sunnygoyal@google.com>2019-03-06 21:40:12 +0000
committerAndroid (Google) Code Review <android-gerrit@google.com>2019-03-06 21:40:12 +0000
commit826405d0952a2d72db6b3f5f446c992d8ede2243 (patch)
tree5dbacd1c5b37ed2b0d09f7e0f41ec6c34ccc573a /go
parent5ac7eb1e37f164f1d39b0216d9a51c66dd4d2c93 (diff)
parentb7dafa6a04c0da0b92d2e2db5ace4a8a7b87130a (diff)
downloadandroid_packages_apps_Trebuchet-826405d0952a2d72db6b3f5f446c992d8ede2243.tar.gz
android_packages_apps_Trebuchet-826405d0952a2d72db6b3f5f446c992d8ede2243.tar.bz2
android_packages_apps_Trebuchet-826405d0952a2d72db6b3f5f446c992d8ede2243.zip
Merge "Using the new contract for some systemUI constants" into ub-launcher3-master
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 35714c04d..89a845426 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