Skip to content

Commit

Permalink
fix PR comments
Browse files Browse the repository at this point in the history
  • Loading branch information
ahmedAlaaInstabug committed Oct 27, 2024
1 parent ddead7f commit 7414132
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ class _InstabugSliverPrivateViewState extends State<InstabugSliverPrivateView> {
return SliverVisibilityDetector(
key: key,
onVisibilityChanged: _onVisibilityChanged,
sliver: KeyedSubtree(key: _childKey,child: widget.sliver),
sliver: KeyedSubtree(key: _childKey, child: widget.sliver),
);
}
}

0 comments on commit 7414132

Please sign in to comment.