mirror of
https://github.com/flutter/flutter.git
synced 2026-02-20 02:29:02 +08:00
http://developer.android.com/reference/android/view/View.html#onCheckIsTextEditor() says that we should return true if the "primary purpose" of the view is text editing. The keyboard still seems to work fine if we return false here (default implementation) so I'm removing this for now. Fixes https://github.com/domokit/sky_engine/issues/116 @abarth