Skip to content

Commit

Permalink
fix: flutter analyse fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
leonardo.gabriel committed Jan 2, 2025
1 parent 2bc360f commit 5665033
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions lib/src/widgets/chat/video/ds_video_player.widget.dart
Original file line number Diff line number Diff line change
Expand Up @@ -51,10 +51,8 @@ class DSVideoPlayer extends StatelessWidget {
return;
}

final navigator = Navigator.of(context);

if (await Get.delete<DSVideoPlayerController>()) {
navigator.pop(result);
NavigationService.pop(result);
}
},
child: Scaffold(
Expand Down

0 comments on commit 5665033

Please sign in to comment.