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

Commit 1ae5e169 authored by Alex Chau's avatar Alex Chau
Browse files

Update pivots after taskSize is updated

- For case that there are no TaskViews, onLayout is not called, so updatePivots isn't called when folding

Fix: 325314248
Test: Manual
Flag: None
Change-Id: If7377f2e4fcbe4a874f823bb99b0b197cd5f7b87
parent 3d7e1c29
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -2121,6 +2121,7 @@ public abstract class RecentsView<ACTIVITY_TYPE extends StatefulActivity<STATE_T

        // Force TaskView to update size from thumbnail
        updateTaskSize();
        updatePivots();
    }

    /**