Files
frameworks_base/core/java/android/app
shawnlin 2806269a5a 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
2020-06-15 15:47:14 +08:00
..
2020-02-06 08:41:26 +00:00
2019-11-11 16:12:46 -08:00
2020-04-08 21:30:24 +08:00
2020-04-28 20:06:03 -07:00
2020-04-28 15:02:26 +01:00
2020-03-03 15:06:02 -08:00
2020-04-14 16:57:18 +08:00