commit | 6803d5d90169fae5a0a1757876e3df7ff61fb400 | [log] [tgz] |
---|---|---|
author | Chris Li <lihongyu@google.com> | Mon Mar 25 11:29:52 2024 +0000 |
committer | Chris Li <lihongyu@google.com> | Mon Mar 25 11:29:52 2024 +0000 |
tree | 57593646491dc26637b0b43ddff77fbc2b86db38 | |
parent | 7417d528dffe411110b8ee9c8e8a7ff0d1faafc9 [diff] |
Fix NPE on ActivityWindowInfo The issue happens because the ActivityWindowInfo update in window relayout is guarded with flag, which cause the device without the flag updating to null. Fix the issue by removing the flag check, and also make the varible non null. Fix: 331051007 Test: pass failure tests Change-Id: Iaead41317f734fa1638c830b09659df482ed3a87