mirror of
https://github.com/LawnchairLauncher/lawnchair.git
synced 2026-03-05 18:36:49 +00:00
Merge "Ensure RecentsView RemoteTargetHandle's are non-null" into sc-v2-dev
This commit is contained in:
@@ -170,7 +170,7 @@ public final class TaskViewUtils {
|
||||
|
||||
RemoteTargetHandle[] remoteTargetHandles;
|
||||
RemoteTargetHandle[] recentsViewHandles = recentsView.getRemoteTargetHandles();
|
||||
if (v.isRunningTask()) {
|
||||
if (v.isRunningTask() && recentsViewHandles != null) {
|
||||
// Re-use existing handles
|
||||
remoteTargetHandles = recentsViewHandles;
|
||||
} else {
|
||||
|
||||
Reference in New Issue
Block a user