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

Commit e20c771a authored by Treehugger Robot's avatar Treehugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Remove spurious std::move()." into main

parents 631b3707 65e76211
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -4323,7 +4323,7 @@ void SurfaceFlinger::updateInputFlinger(VsyncId vsyncId, TimePoint frameTime) {
                                                                        std::move(displayInfos),
                                                                        ftl::to_underlying(vsyncId),
                                                                        frameTime.ns()},
                                                 std::move(inputWindowCommands.releaseListeners()),
                                                 inputWindowCommands.releaseListeners(),
                                                 /* forceImmediateCall= */ visibleWindowsChanged ||
                                                         !inputWindowCommands.getFocusRequests()
                                                                  .empty());