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

Commit 33e5b16c authored by Louis Chang's avatar Louis Chang Committed by Android (Google) Code Review
Browse files

Merge "Adds lifecycle effect while reordering TaskFragment to front" into main

parents f4f61e8d 70efc198
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -1362,6 +1362,7 @@ class WindowOrganizerController extends IWindowOrganizerController.Stub
                        final int index = task.mChildren.indexOf(topTaskFragment);
                        task.mChildren.remove(taskFragment);
                        task.mChildren.add(index, taskFragment);
                        effects |= TRANSACT_EFFECTS_LIFECYCLE;
                    }
                }
                break;