Merge "Disable split pair long press smart actions" into tm-qpr-dev

This commit is contained in:
Vinit Nayak
2022-09-08 18:51:05 +00:00
committed by Android (Google) Code Review
@@ -250,8 +250,7 @@ public class GroupedTaskView extends TaskView {
@Override
public void setOverlayEnabled(boolean overlayEnabled) {
super.setOverlayEnabled(overlayEnabled);
mSnapshotView2.setOverlayEnabled(overlayEnabled);
// Intentional no-op to prevent setting smart actions overlay on thumbnails
}
@Override