Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit b6445a9f authored by Vadim Caen's avatar Vadim Caen Committed by Automerger Merge Worker
Browse files

Merge "Fix NPE problem to avoid systemserver process crash." into main am: 373ce170

parents ede90498 373ce170
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -474,7 +474,7 @@ final class ContentRecorder implements WindowContainerListener {
                    return null;
                }
                final Task taskToRecord = wc.asTask();
                if (taskToRecord == null) {
                if (taskToRecord == null || !taskToRecord.isAttached()) {
                    handleStartRecordingFailed();
                    ProtoLog.v(WM_DEBUG_CONTENT_RECORDING,
                            "Content Recording: Unable to retrieve task to start recording for "