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

Commit 453585f2 authored by Josh Yang's avatar Josh Yang
Browse files

Add topActivity to the list of states that task organizer cares.

Bug: 256215798
Test: manual test
Change-Id: I4f9a3d6feed7dfbac9f53659a850ec3d237cebaf
parent 64e965a8
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -449,7 +449,8 @@ public class TaskInfo {
                && isVisible == that.isVisible
                && isSleeping == that.isSleeping
                && Objects.equals(mTopActivityLocusId, that.mTopActivityLocusId)
                && parentTaskId == that.parentTaskId;
                && parentTaskId == that.parentTaskId
                && Objects.equals(topActivity, that.topActivity);
    }

    /**