diff options
author | shawnlin <shawnlin@google.com> | 2020-06-15 13:55:51 +0800 |
---|---|---|
committer | shawnlin <shawnlin@google.com> | 2020-06-15 15:47:14 +0800 |
commit | 2806269a5a4bb08c1f8694a4b601256db90728b1 (patch) | |
tree | 695d02d4b537a97c5a4e3269bf1e94867d1faa20 /tools/aapt2/java/JavaClassGenerator.cpp | |
parent | 2db442459a245f885657039be1c32e9ec9feee83 (diff) |
Fixed the conflict of the release methods of ActivityView & TaskEmbedder
There is a case in Bubble that we might release a un-initialized
TaskEmbedder while calling ActivityView.release() (ex. create a bubble
and don't expand it and then dismiss it) which will cause an exception.
Allow ActivityView.release() to be called at anytime and check the
initialization state before calling TaskEmbedder.release().
Bug: 155417004
Test: 1. Add bubbles and don't expands them then dimiss them
2. Check logs.
Change-Id: I583ddd36f407c908cb63c109834940fc91c8d130
Diffstat (limited to 'tools/aapt2/java/JavaClassGenerator.cpp')
0 files changed, 0 insertions, 0 deletions