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

Commit dc8d48c0 authored by Chong Zhang's avatar Chong Zhang
Browse files

fix crash when restoring freeformed task to recents

bug: 23798697

Change-Id: I2f6c6cc9d5db5114de6a0cd662a36d8031863f1d
parent f05de8f3
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1193,7 +1193,7 @@ final class TaskRecord {
            mOverrideConfig = Configuration.EMPTY;
        } else {
            mBounds = new Rect(bounds);
            if (stack.mStackId != DOCKED_STACK_ID) {
            if (stack == null || stack.mStackId != DOCKED_STACK_ID) {
                mLastNonFullscreenBounds = mBounds;
            }