commit | f903b739a026c777ee347685ca14ab2bdf363727 | [log] [tgz] |
---|---|---|
author | Stephen Kiazyk <skiazyk@google.com> | Mon Mar 20 16:23:45 2017 -0700 |
committer | Stephen Kiazyk <skiazyk@google.com> | Mon Mar 20 16:45:52 2017 -0700 |
tree | f82bb1f76864c6251565bb1192a8ed6958b5e294 | |
parent | 7d50ff11db4911788722f24646d1a8ce2e8b0a87 [diff] |
Fix NPE when mDecor is null on ActivityClientRecord It seems like this case is handled in all other instances that mDecor is accessed, so I can only assume that this should also check for null. Bug: 36396248 Test: Compile and run VR application, crash no longer observed. Change-Id: I53559bd6f1b9e14f93b8f3881ba5b52b45289f65