mangayomi-mirror/lib/modules/manga
NBA2K1 633b84dd6d Rearrange some code
- variable `color`, to avoid passing `Theme.of(context).textTheme.bodyLarge!.color!` on every Icon in `bottomNavigationBar`
- No need to create variable `isLongPressed` and `chapterNameList` in `build()` and pass them to `_buildWidget()` if they are only going to be used there. Just create the variables inside `_buildWidget()`
- Why create second `isLongPressed` variable in `_buildWidget()` with the same value? Just use the first one.
2025-07-28 00:55:45 +02:00
..
archive_reader fix #468 2025-06-02 11:41:12 +01:00
detail Rearrange some code 2025-07-28 00:55:45 +02:00
download added sync for settings 2025-07-21 23:37:51 +02:00
home added sync for settings 2025-07-21 23:37:51 +02:00
reader Fix iOS and Android 2025-07-24 01:45:58 +02:00