Avoid unnecessary copies in updateInputFlinger
Lambda capture values are const by default, preventing a move from occurring despite using std::move. Declaring the lambda "mutable" fixes this. Bug: 352744079 Flag: EXEMPT refactor Test: presubmits Change-Id: I322e8a6c85c810cc90669d043c4f72feb57a97ae
Loading
Please register or sign in to comment