OSDN Git Service

Fixing issue where overview->normal workspace mode cannot be done by tapping
authorHyunyoung Song <hyunyoungs@google.com>
Fri, 16 Sep 2016 19:03:27 +0000 (12:03 -0700)
committerHyunyoung Song <hyunyoungs@google.com>
Fri, 16 Sep 2016 19:03:27 +0000 (12:03 -0700)
commitf99370c2a9cbe340f340a15a5f065166de9f809a
treedb968bc6d6d30c5207cc277335278c9f50f94358
parent46133612b4c864a4e4da45a9de3a343e3955c321
Fixing issue where overview->normal workspace mode cannot be done by tapping
b/31458165

Because workspaceInModalState makes the VerticalFlingDetector
to consume the touch input, click is not detected in Overview mode.

Placed pulldown to search behind a feature flag.

Change-Id: I31ab69f57944a18e6b264c4f2ed2d0c1175cd940
src/com/android/launcher3/Workspace.java
src/com/android/launcher3/util/VerticalFlingDetector.java
src_config/com/android/launcher3/config/FeatureFlags.java