Skip to content

Commit

Permalink
modified
Browse files Browse the repository at this point in the history
  • Loading branch information
nidhin29 committed Nov 22, 2023
1 parent db9a0be commit 174b7a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/view_model/main_screen_view_model.dart
Original file line number Diff line number Diff line change
Expand Up @@ -365,7 +365,7 @@ class MainScreenViewModel extends BaseModel {
}
tourSkipped = true;
onTabTapped(0);
return false;
return true;
},
onClickOverlay: (target) {
onClickTarget(target);
Expand Down

0 comments on commit 174b7a9

Please sign in to comment.