commit | 2639da500e3d53ea3a17d888b1c0001d043c6b98 | [log] [tgz] |
---|---|---|
author | Craig Mautner <cmautner@google.com> | Mon Jul 09 09:39:06 2012 -0700 |
committer | Craig Mautner <cmautner@google.com> | Mon Jul 09 09:39:06 2012 -0700 |
tree | a2c3a32fc1c0c6d0ab88f1b22981b891587e86a6 | |
parent | 12670b5fb401733d14684b8d02259462eb640dc7 [diff] |
Fix hang on rotation. A recent optimization to only send updates to WindowManagerService when there is something to report backfired. One bit indicating change had negative polarity so the update should also have been sent when this bit was cleared. This change alters the bit to positive polarity. Fixes bug 6780496. Change-Id: I3336812a60534ebffc9e94b2fb1d0df4d6969bca