Skip to content

Commit

Permalink
mod video page
Browse files Browse the repository at this point in the history
  • Loading branch information
ErBWs committed Jan 1, 2025
1 parent 331bd78 commit 20afb48
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/pages/video/video_page.dart
Original file line number Diff line number Diff line change
Expand Up @@ -222,7 +222,7 @@ class _VideoPageState extends State<VideoPage>
});
return PopScope(
canPop: false,
onPopInvokedWithResult: (bool didPop, Object? result) {
onPopInvoked: (bool didPop) {
debugPrint("checkPoint: didPop: $didPop");
if (didPop) {
return;
Expand Down

0 comments on commit 20afb48

Please sign in to comment.