Support live tile for 3rd party launchers

Fixes: 183725555
Test: tapl and manually install launcher3 with quickstep

Change-Id: Id7727c8d87db61de992e6341939c322da9ff5204
This commit is contained in:
Tracy Zhou
2021-05-03 00:54:31 -07:00
parent 13e4618b57
commit 7497a874ee
7 changed files with 44 additions and 14 deletions
@@ -553,6 +553,7 @@ public class TaskView extends FrameLayout implements Reusable {
@Override
public void onAnimationEnd(Animator animator) {
recentsView.getLiveTileTaskViewSimulator().setDrawsBelowRecents(true);
mIsClickableAsLiveTile = true;
}
});