mirror of
https://github.com/gabehf/Fladder.git
synced 2026-03-07 21:48:14 -08:00
fix: Nested hero widget in widget video_player_next_wrapper (#483)
This commit is contained in:
parent
a8e7fb1ec6
commit
a711e133a4
1 changed files with 1 additions and 1 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue