4d2c2514fc
There is a dependency cycle in the initialization order: - keyboard depends on controller - controller depends on acksync - acksync depends on keyboard initialization To break this cycle, bind the async instance to the controller in a second step. PR #4473 <https://github.com/Genymobile/scrcpy/pull/4473>