From 54441f5df9011b02f9adffcab0e02c80ffec545d Mon Sep 17 00:00:00 2001 From: Jon Miranda Date: Wed, 24 Jan 2018 15:38:25 -0800 Subject: Refactor LauncherAppTransitionManager & polish for new app transitions. * Add start delay when launcher resumes from all apps or landscape. * Track the last app transition animator and cancel it before beginning a new one, otherwise the animators can conflict with each other. ie. Opening an app from all apps and then immediately pressing back to return to all apps. * Use class overrride instead of UiFactory. Bug: 70220260 Change-Id: I4755d45d820f9d551e443d6c4a148e8789c5bc57 --- res/values/config.xml | 3 +++ 1 file changed, 3 insertions(+) (limited to 'res') diff --git a/res/values/config.xml b/res/values/config.xml index 209620038..3dddac22d 100644 --- a/res/values/config.xml +++ b/res/values/config.xml @@ -92,6 +92,9 @@ + + + -- cgit v1.2.3