Skip to content

Commit

Permalink
fix: state bug
Browse files Browse the repository at this point in the history
  • Loading branch information
suconghou committed Apr 20, 2022
1 parent ee73ec1 commit 386ceda
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/ui/pages/PlayPage.dart
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,10 @@ enum VideoAction {
late final CacheService cacheproxy;
int serverport = 0;

// ignore: must_be_immutable
class PlayPage extends StatelessWidget {
late final String videoId;
late String videoId;

// ignore: prefer_const_constructors_in_immutables
PlayPage({Key? key}) : super(key: key);

@override
Expand Down

0 comments on commit 386ceda

Please sign in to comment.