mirror of
https://github.com/flutter/flutter.git
synced 2026-02-20 02:29:02 +08:00
## Description This PR restricts the call to `restartInput` which was added in https://github.com/flutter/engine/pull/49829. The restart is called when input action is null, DONE, or NONE. ## Related Issue Fixes https://github.com/flutter/flutter/issues/148673. ## Tests Updates 1 test, adds 3 tests.