OSDN Git Service

Fixing two critical bugs in all apps transition controller
authorHyunyoung Song <hyunyoungs@google.com>
Wed, 21 Sep 2016 05:50:06 +0000 (22:50 -0700)
committerHyunyoung Song <hyunyoungs@google.com>
Wed, 21 Sep 2016 05:50:06 +0000 (22:50 -0700)
commit0a9c092c89f4be3c5d59eef26aaffd2025e3e387
tree849c1ac318b8fbcdc5a8693f05f23a6196c49bfc
parent1cc48e1d0c0bd30bc59cc37c4d49ee78b01424f0
Fixing two critical bugs in all apps transition controller

bug#1: if long press from page indicator region, you can pull up all apps
even though the workspace is in overview state.

bug#2: all apps should not intercept touch not only in overview mode
but also in any modal state.

Change-Id: I91c0a181f037f6c2465a983825da3a2da7e2920f
src/com/android/launcher3/Launcher.java
src/com/android/launcher3/allapps/AllAppsTransitionController.java