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

Commit a10648f4 authored by Eghosa Ewansiha-Vlachavas's avatar Eghosa Ewansiha-Vlachavas
Browse files

Use Object.equals when comparing `lastNonFullscreenBounds` in TaskInfo

Flag: NONE(bug fix)
Test: Presubmit
Bug: 355401868
Change-Id: I0281ede24614006ead3d7adec28c736f60edb604
parent 71724c7f
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -456,7 +456,7 @@ public class TaskInfo {
                && Objects.equals(topActivity, that.topActivity)
                && isTopActivityTransparent == that.isTopActivityTransparent
                && isTopActivityStyleFloating == that.isTopActivityStyleFloating
                && lastNonFullscreenBounds == this.lastNonFullscreenBounds
                && Objects.equals(lastNonFullscreenBounds, that.lastNonFullscreenBounds)
                && Objects.equals(capturedLink, that.capturedLink)
                && capturedLinkTimestamp == that.capturedLinkTimestamp
                && appCompatTaskInfo.equalsForTaskOrganizer(that.appCompatTaskInfo);