mirror of
https://github.com/flutter/flutter.git
synced 2026-02-20 02:29:02 +08:00
- Correctly enable accessibility on startup if it's already enabled. - Avoid using deprecated APIs. - Map FORWARD/BACKWARD scrolling actions to up/down even when left/right is also possible. - Clear the accessibility focus when removing a focused semantics node. - Unregister listeners when view goes away. - Call setWillNotDraw(false) if accessibility is enabled. - Clean the handling of hover events. - Work around an Android bug where the system focus rect isn't drawn the first time.