mangayomi-mirror/lib
NBA2K1 8d5aa05952 Fix potential focus flicker
`wrapWithKeyboardListener` creates a `FocusNode()` internally on every call.
If no `focusNode` is passed, a new one is allocated every rebuild, which can cause focus flicker.
Without this fix, keyboard focus can be intermittently lost after widget rebuilds,
which would silently swallow keyboard shortcuts.
2026-04-27 00:08:15 +02:00
..
eval + 2026-04-15 11:42:18 +01:00
ffi dart format 2025-05-30 17:43:42 +01:00
l10n fix spelling 2026-04-09 23:30:04 +02:00
models ReaderModeExtension to Reduce Code Duplication 2026-04-26 19:12:56 +02:00
modules Fix potential focus flicker 2026-04-27 00:08:15 +02:00
providers integrated ApkBridge for desktop 2026-04-04 23:05:51 +02:00
router Use Platform Helper Everywhere Possible 2026-04-26 19:42:13 +02:00
services Use Platform Helper Everywhere Possible 2026-04-26 19:42:13 +02:00
src/rust Fix #643 2026-01-26 17:28:25 +01:00
utils Use Platform Helper Everywhere Possible 2026-04-26 19:42:13 +02:00
main.dart Use Platform Helper Everywhere Possible 2026-04-26 19:42:13 +02:00