mirror of
https://github.com/flutter/flutter.git
synced 2026-02-20 02:29:02 +08:00
- the keyboard service now has a showByRequest() method that invokes Android's InputMethodManager's imm.showSoftInput with no flags set. - the Input component calls through to the keyboard service's showByRequest() when it receives a pointer down. R=eseidel@chromium.org Review URL: https://codereview.chromium.org/1089163005