commit | 8734d474e6ea6c707f9d54d271735f78cfb25f4c | [log] [tgz] |
---|---|---|
author | Tiger Huang <tigerhuang@google.com> | Thu Mar 05 16:29:40 2020 +0800 |
committer | Tiger Huang <tigerhuang@google.com> | Thu Mar 05 16:29:40 2020 +0800 |
tree | 36f451c0a9e17807436de38bcf76a7e2745122d6 | |
parent | 35886c0d472b8cec88c99649eeaab41b5851e8f1 [diff] |
Correct the default value of mRequestedInsetsState The default value of WindowState.mRequestedInsetsState should be the same as the default value of InsetsController.mState. Previously, the default value was assigned as the current insets state of the system, which doesn't reflect the fact about the request. Bug: 150554206 Test: 1. Reboot the device to lockscreen. 2. Unlock. 3. Swipe up from the screen bottom. Change-Id: If35154358e30b886289e09a6556a444a80c3ce67