OSDN Git Service

Fix boundary condition of showing quickscrub tip after dismissal.
authorTracy Zhou <tracyzhou@google.com>
Thu, 24 May 2018 21:41:34 +0000 (14:41 -0700)
committerTracy Zhou <tracyzhou@google.com>
Thu, 24 May 2018 21:47:20 +0000 (21:47 +0000)
commit36d8170e6bdb7d817f80def8a7c03174db688692
treefd2fd396496dda52f6cfd038ea989c370e24166f
parent56cc567dfd5688c8311b6b82402706a0c68c5b78
Fix boundary condition of showing quickscrub tip after dismissal.

It's possible that user opens overview 11 times after first dismissal of
Quickscrub tip before going to an app and our current condition check would fail. Change
the condition of showing swipe-up tip for consistency.

Change-Id: If58f9b6f2edfbdccf68a2c44e0b3b4b489862734
Fixes: 80256933
Test: Manual test
packages/SystemUI/src/com/android/systemui/recents/RecentsOnboarding.java