Skip to content

Commit

Permalink
chor: cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
aman-singh7 committed Nov 26, 2021
1 parent 1a5b5a4 commit 1a249d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/ui/views/ib/ib_page_view.dart
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ class _IbPageViewState extends State<IbPageView> {
});
if (!widget.showCase.nextButton) _list.add(_nextPage);
if (!widget.showCase.prevButton) _list.add(_prevPage);
print(ShowCaseWidget.of(context).activeWidgetId);

if (_list.isNotEmpty) {
Future.delayed(const Duration(milliseconds: 300), () {
WidgetsBinding.instance.addPostFrameCallback((_) {
Expand Down

0 comments on commit 1a249d4

Please sign in to comment.