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

Commit 24394ccd authored by android-build-team Robot's avatar android-build-team Robot
Browse files

Merge cherrypicks of [5656230, 5656231, 5656232, 5656233, 5656423, 5656424] into qt-release

Change-Id: I316479e6f8912721061dacfef8617e68f010743d
parents c757fb94 fec71956
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -38,7 +38,8 @@ public:
        for (const auto& info : inputInfo) {
            info.write(data);
        }
        remote()->transact(BnInputFlinger::SET_INPUT_WINDOWS_TRANSACTION, data, &reply);
        remote()->transact(BnInputFlinger::SET_INPUT_WINDOWS_TRANSACTION, data, &reply,
                IBinder::FLAG_ONEWAY);
    }

    virtual void registerInputChannel(const sp<InputChannel>& channel) {