Merge "Allow tapping on app icon for second split app." into sc-v2-dev
This commit is contained in:
@@ -847,6 +847,9 @@ public class TaskView extends FrameLayout implements Reusable {
|
||||
if (icon != null) {
|
||||
iconView.setDrawable(icon);
|
||||
iconView.setOnClickListener(v -> {
|
||||
if (confirmSecondSplitSelectApp()) {
|
||||
return;
|
||||
}
|
||||
if (ENABLE_QUICKSTEP_LIVE_TILE.get() && isRunningTask()) {
|
||||
RecentsView recentsView = getRecentsView();
|
||||
recentsView.switchToScreenshot(
|
||||
|
||||
Reference in New Issue
Block a user