Skip to content

Commit

Permalink
fixup! TW-1699: change avatar updated
Browse files Browse the repository at this point in the history
  • Loading branch information
Te-Z committed May 6, 2024
1 parent b7cec7a commit 0272691
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion lib/presentation/mixins/play_video_action_mixin.dart
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,8 @@ mixin PlayVideoActionMixin {
},
);
if (isReplacement) {
Navigator.of(context, rootNavigator: PlatformInfos.isWebOrDesktop).pushReplacement(
Navigator.of(context, rootNavigator: PlatformInfos.isWebOrDesktop)
.pushReplacement(
pageRoute,
);
} else {
Expand Down

0 comments on commit 0272691

Please sign in to comment.