commit | b5594c6538a01a5d463b3e158d805db022b0aca5 | [log] [tgz] |
---|---|---|
author | Tony Huang <tonyychuang@google.com> | Fri Mar 25 14:49:31 2022 +0800 |
committer | Tony Huang <tonyychuang@google.com> | Fri Mar 25 19:16:02 2022 +0800 |
tree | 75799d9563fb25743528202fbf9ac08754af371c | |
parent | 248d736e663edaaab57b463e4a794d7d31792d73 [diff] |
Fix NPE when rotation after split dismissed Because drag to dismissed will not call SplitDecorManager#onResized so mShown status will be wrong. Reset some flag in release and also add some null check to avoid NPE. Also refine some function params and naming to avoid confuse. Fix: 226551765 Test: follow bug repro step and check no NPE Test: pass existing tests Change-Id: Ife592e176ef67c5df79be0a81509531ffcbd1b39