OSDN Git Service

Fixing crash in Recents
authorWinson <winsonc@google.com>
Tue, 8 Mar 2016 20:33:56 +0000 (12:33 -0800)
committerWinson <winsonc@google.com>
Tue, 8 Mar 2016 20:34:00 +0000 (12:34 -0800)
commit4cfea695112f2f61d9f4391e6d928561a68a7db3
treeb950e88eb3f12e11fe3d62ef501a282992f2213f
parent29d6b9f0f73e980b9a4718b809ae0d34e5b2a5a4
Fixing crash in Recents

- The change to setTasks() was causing us to queue items to be loaded
  before the activity had even started.  This change ensures that we
  don’t do this for the dummy-transition-only stack view, and only when
  setting stack tasks for real.

Bug: 27538945
Change-Id: I4ff0413cb2fb961a4dedcad42471293bab4f955a
packages/SystemUI/src/com/android/systemui/recents/RecentsImpl.java
packages/SystemUI/src/com/android/systemui/recents/views/RecentsView.java
packages/SystemUI/src/com/android/systemui/recents/views/TaskStackView.java