mirror of
https://github.com/flutter/flutter.git
synced 2026-02-20 02:29:02 +08:00
KeyboardServiceImpl's setText method was dropping the new text on the floor instead of passing it on to the KeyboardServiceState. Then it was passing the selection indices through, so they were out of range, which the Android runtime doesn't like. Fixes #964.