Skip to content

Commit

Permalink
Update story view
Browse files Browse the repository at this point in the history
  • Loading branch information
henry11996 committed Jun 4, 2024
1 parent 3e16e4f commit a3802a9
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion lib/widgets/story_view.dart
Original file line number Diff line number Diff line change
Expand Up @@ -646,7 +646,9 @@ class StoryViewState extends State<StoryView> with TickerProviderStateMixin {
color: Colors.white,
child: Stack(
children: <Widget>[
_currentView,
IgnorePointer(
child: _currentView,
),
Visibility(
visible: widget.progressPosition != ProgressPosition.none,
child: Align(
Expand Down

0 comments on commit a3802a9

Please sign in to comment.