mangayomi-mirror/lib
NBA2K1 47f3296e9e Reduce Code Duplication in anime_player_view.dart
by extracting the helper methods `_seekTo()` and `_seekBy()`.
This also fixes a potential bug, where in line 1634 it was calculated
`skipDuration - _currentPosition.value.inSeconds` instead of the other way around.
That doesn't make sense. If currentPosition = 120 and skipDuration = 10, this becomes:
`_tempPosition = Duration(seconds: 10 - 120)`; so `= Duration(seconds: -110)`
A negative duration makes no sense as a UI indicator of a seek target.
2026-04-26 15:28:52 +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 Reduce Code Duplication in anime_player_view.dart 2026-04-26 15:28:52 +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 Reduce Code Duplication Across 3 Files 2026-04-26 15:03:56 +02:00
main.dart Only init discordRPC when not in debugMode 2026-04-21 21:42:07 +02:00