OSDN Git Service

Move hiding of stack views into onStart from onResume.
authorFilip Gruszczynski <gruszczy@google.com>
Fri, 20 Nov 2015 22:20:15 +0000 (14:20 -0800)
committerFilip Gruszczynski <gruszczy@google.com>
Fri, 20 Nov 2015 22:45:26 +0000 (14:45 -0800)
commitc7b4a79e4f5866267210fcc622710d9065000fa6
treec811a15c59df04ab68c690322fbbeb7ea8a058e5
parente98c57a829f5f5f54261254c5dd3c5c6c0e32e60
Move hiding of stack views into onStart from onResume.

onResume can be called multiple times during launch and it will reset
hiding of stack views that we use to synchronize freeform to recents
transiton.

Bug: 24913782
Change-Id: I6c972d74378ec5d18593fc3f5eb4ed67596b7789
packages/SystemUI/src/com/android/systemui/recents/RecentsActivity.java