mangayomi-mirror/lib/modules
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
..
anime Reduce Code Duplication in anime_player_view.dart 2026-04-26 15:28:52 +02:00
browse Why are there two searchproviders? 2026-04-15 23:41:47 +02:00
calendar feat: Implement upcoming manga calendar feature 2026-03-05 12:05:29 +01:00
history rename files manga.dart and chapter.dart 2026-04-23 18:53:25 +02:00
library rename files manga.dart and chapter.dart 2026-04-23 18:53:25 +02:00
main_view update dependencies & update riverpod provider declarations 2026-01-08 14:27:08 +01:00
manga Reduce Code Duplication Across 3 Files 2026-04-26 15:03:56 +02:00
mass_migration Why are there two searchproviders? 2026-04-15 23:41:47 +02:00
more rename files manga.dart and chapter.dart 2026-04-23 18:53:25 +02:00
novel Reduce Code Duplication Across 3 Files 2026-04-26 15:03:56 +02:00
tracker_library Add Copilot suggested change (2/3) 2026-04-20 18:46:47 +02:00
updates rename files manga.dart and chapter.dart 2026-04-23 18:53:25 +02:00
webview Revert "fix(http): align extension requests with WebView cookies and harden Cloudflare detection" 2026-04-04 02:29:27 +02:00
widgets Add Copilot suggested change (3/3) 2026-04-20 18:47:05 +02:00