Skip to content

Commit 983361d

Browse files
Merge branch 'refs/heads/feat/private-views' into feat/private-views-in-ios
2 parents ade948f + 7414132 commit 983361d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/src/utils/private_views/instabug_sliver_private_view.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ class _InstabugSliverPrivateViewState extends State<InstabugSliverPrivateView> {
4545
return SliverVisibilityDetector(
4646
key: key,
4747
onVisibilityChanged: _onVisibilityChanged,
48-
sliver: KeyedSubtree(key: _childKey,child: widget.sliver),
48+
sliver: KeyedSubtree(key: _childKey, child: widget.sliver),
4949
);
5050
}
5151
}

0 commit comments

Comments
 (0)