commit | 8e416767f3e4c2c02332d18e89a8fafeb29a7183 | [log] [tgz] |
---|---|---|
author | Ondrej Novak <ondrejnovak@google.com> | Thu May 10 16:00:01 2018 +0200 |
committer | Ondrej Novak <ondrejnovak@google.com> | Fri May 11 18:38:11 2018 +0000 |
tree | 62a2a8bdb0eb57fcd47de4fd42b662868d4d20db | |
parent | 421338f8533216dc9c49db2d9cb1bb76113bad65 [diff] |
Register fallback even if background already exists Fallback would not be registered/drawn if background was explicitly set before calling setContentView and the area that was supposed to be covered by fallback ended up black. mBackgroundDrawable does not control fallback, so setting fallback should not be dependent on it's existence. Change-Id: I7da85e8c61dababa3a7ce930238ea0f283d19b32 Fixes: 68822553 Test: atest PhoneWindowTest