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

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

Merge "Update InputConsumerNoResampling constructor" into main

parents 442097d4 75c2267c
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -41,7 +41,7 @@ public:
                  const sp<IBinder>& clientToken, const sp<InputTransferToken>& inputTransferToken,
                  AInputReceiverCallbacks* callbacks)
          : mCallbacks(callbacks),
            mInputConsumer(inputChannel, looper, *this),
            mInputConsumer(inputChannel, looper, *this, nullptr),
            mClientToken(clientToken),
            mInputTransferToken(inputTransferToken) {}