Merge "Fix bubble shows empty content after rotating the device." into rvc-dev am: e8a51880b5

Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/base/+/12070365

Change-Id: Ia32bb72e7175af56e20e0ad74aea53522894e6fb
This commit is contained in:
Issei Suzuki
2020-07-06 12:30:17 +00:00
committed by Automerger Merge Worker

View File

@@ -2058,7 +2058,12 @@ class ActivityStack extends Task {
if (r.mLaunchTaskBehind) {
transit = TRANSIT_TASK_OPEN_BEHIND;
} else if (getDisplay().isSingleTaskInstance()) {
// If a new task is being launched in a single task display, we don't need
// to play normal animation, but need to trigger a callback when an app
// transition is actually handled. So ignore already prepared activity, and
// override it.
transit = TRANSIT_SHOW_SINGLE_TASK_DISPLAY;
keepCurTransition = false;
} else {
// If a new task is being launched, then mark the existing top activity as
// supporting picture-in-picture while pausing only if the starting activity