comment for more clarity

This commit is contained in:
NBA2K1 2025-06-27 21:05:11 +02:00
parent fbdbbe9766
commit a97f68d94d

View file

@ -167,6 +167,7 @@ class AnimeStreamPage extends riv.ConsumerStatefulWidget {
enum _AniSkipPhase { none, opening, ending }
/// When the user first opens a video (on Desktop).
/// Only used for fullscreen/windowed behavior.
bool _firstTime = true;
class _AnimeStreamPageState extends riv.ConsumerState<AnimeStreamPage>