commit | c8936d367e5d80de7cdccaee0c594d294019702e | [log] [tgz] |
---|---|---|
author | Winson <chiuwinson@google.com> | Fri Jan 28 01:08:41 2022 -0800 |
committer | Winson <chiuwinson@google.com> | Fri Jan 28 01:54:30 2022 -0800 |
tree | efae05f4dd621b772d77cf15c8a9e299f7481cca | |
parent | 0891d4b39060982a8631c1b8983e089819099f3b [diff] |
Null check overlayPaths/resourceDirs when applying widget changes It's possible a previous snapshot change altered the nullability of these values, but the String[] for both resourcesDirs and overlayPaths are expected to be nullable anyways, so just null check them before cloning. Bug: 216722631 Test: atest com.android.cts.webkit.WebViewHostSideMultipleProfileTest#testSecondProfile Change-Id: I56aaf6d5aec1ec14bc7986fe58e1cc77cf6b8376