OSDN Git Service

Should not update initial state at all on resize.
authorWinson <winsonc@google.com>
Tue, 29 Mar 2016 17:45:45 +0000 (10:45 -0700)
committerWinson <winsonc@google.com>
Wed, 30 Mar 2016 00:59:04 +0000 (17:59 -0700)
commit44849b8abdcdefbe3112324d98afdea220a37376
tree58012cdda617712ed92ba168ab4e937bc8e22baf
parent7845e8c4946f6b5dadfcd9c1d64e826bacc50edb
Should not update initial state at all on resize.

This fixes an issue with the stack scrolling upon resizing.  We only
need to update the initial state if docking, or upon rotation.

Change-Id: Ie59ed72cb22c9b000289db3f04b1a71ad5f64816
packages/SystemUI/src/com/android/systemui/recents/RecentsActivity.java
packages/SystemUI/src/com/android/systemui/recents/events/activity/ConfigurationChangedEvent.java
packages/SystemUI/src/com/android/systemui/recents/views/TaskStackView.java