summaryrefslogtreecommitdiffstats
path: root/go
diff options
context:
space:
mode:
authorSunny Goyal <sunnygoyal@google.com>2019-04-05 15:11:20 -0700
committerSunny Goyal <sunnygoyal@google.com>2019-04-05 15:11:42 -0700
commitc7cc3dc2c59d5fcb7817a9aa8377298fbc4f198f (patch)
treec50cabff0cc44c4037165237fc56d2b60e66a3f2 /go
parentfc6781992de267b4aa0850e06bbfed964f0f9dbc (diff)
downloadandroid_packages_apps_Trebuchet-c7cc3dc2c59d5fcb7817a9aa8377298fbc4f198f.tar.gz
android_packages_apps_Trebuchet-c7cc3dc2c59d5fcb7817a9aa8377298fbc4f198f.tar.bz2
android_packages_apps_Trebuchet-c7cc3dc2c59d5fcb7817a9aa8377298fbc4f198f.zip
Removing unnecessary corner size caching in RecentsModel
Change-Id: I1be87dc15a3b9ec8225dccce701bff19785658d6
Diffstat (limited to 'go')
-rw-r--r--go/quickstep/src/com/android/quickstep/TouchInteractionService.java1
1 files changed, 0 insertions, 1 deletions
diff --git a/go/quickstep/src/com/android/quickstep/TouchInteractionService.java b/go/quickstep/src/com/android/quickstep/TouchInteractionService.java
index c579c8a33..734425ee4 100644
--- a/go/quickstep/src/com/android/quickstep/TouchInteractionService.java
+++ b/go/quickstep/src/com/android/quickstep/TouchInteractionService.java
@@ -49,7 +49,6 @@ public class TouchInteractionService extends Service {
ISystemUiProxy iSystemUiProxy = ISystemUiProxy.Stub
.asInterface(bundle.getBinder(KEY_EXTRA_SYSUI_PROXY));
mRecentsModel.setSystemUiProxy(iSystemUiProxy);
- mRecentsModel.onInitializeSystemUI(bundle);
}
@Override