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

Commit b25a29ed authored by Maryam Dehaini's avatar Maryam Dehaini Committed by Android (Google) Code Review
Browse files

Merge "Fixing UI Crash" into tm-qpr-dev

parents 31d378df 1e45037d
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -256,7 +256,7 @@ public class FullscreenTaskListener<T extends AutoCloseable>
            windowDecor =
                    mWindowDecorOfVanishedTasks.removeReturnOld(taskInfo.taskId);
        }
        if (mWindowDecorViewModelOptional.isPresent()) {
        if (mWindowDecorViewModelOptional.isPresent() && windowDecor != null) {
            mWindowDecorViewModelOptional.get().setupWindowDecorationForTransition(
                    taskInfo, startT, finishT, windowDecor);
        }