Merge "Adds launcher-side support for the SmartSpace shared element transition." into sc-dev am: bdb4ed711c

Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Launcher3/+/14471950

Change-Id: I4812a5728ec39d06aab9350780f86600133555fb
This commit is contained in:
Josh Tsuji
2021-05-27 00:49:58 +00:00
committed by Automerger Merge Worker
3 changed files with 37 additions and 4 deletions

View File

@@ -172,7 +172,7 @@ public abstract class BaseQuickstepLauncher extends Launcher
}
@Override
protected void onUiChangedWhileSleeping() {
public void onUiChangedWhileSleeping() {
// Remove the snapshot because the content view may have obvious changes.
UI_HELPER_EXECUTOR.execute(
() -> ActivityManagerWrapper.getInstance().invalidateHomeTaskSnapshot(this));