mangayomi-mirror/lib
NBA2K1 a381e7baa7 Fix Exception
- Replace synchronous Isar writes with async transactions in `AboutScreen`
- Make `AppLogger.init()` and `dispose()` fully async and guarded with `_busy`
- Remove `StreamController` queue and write directly to the IOSink
- Prevent double‑initialization and race conditions using `_initialized` + `_busy`
- Update log toggle handler to await logger init/dispose for consistency

Fix following Exception when disabling and re-enabling logger:

```
Exception has occurred.
StateError (Bad state: Stream has already been listened to.)
```
2026-04-21 21:45:40 +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 feat: add Novel TTS #482 #626 2026-04-09 12:17:17 +01:00
modules Fix Exception 2026-04-21 21:45:40 +02:00
providers integrated ApkBridge for desktop 2026-04-04 23:05:51 +02:00
router added mass migration 2026-04-06 01:49:08 +02:00
services Redundant GetChapterPagesModel created per page 2026-04-16 04:31:46 +02:00
src/rust Fix #643 2026-01-26 17:28:25 +01:00
utils Fix Exception 2026-04-21 21:45:40 +02:00
main.dart fix: improve app lock screen handling and mouse back button support 2026-04-15 14:04:13 +01:00