fix: Nested hero widget in widget video_player_next_wrapper (#483)

This commit is contained in:
Julien9969 2025-09-13 14:45:30 +02:00 committed by GitHub
parent a8e7fb1ec6
commit a711e133a4
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -158,7 +158,7 @@ class _ProgressFloatingButtonState extends ConsumerState<ProgressFloatingButton>
}
: null,
child: FloatingActionButton(
heroTag: "Progress_Floating_Button",
heroTag: null,
onPressed: isActive ? timer.cancel : timer.play,
child: Stack(
fit: StackFit.expand,