Skip to content

Commit

Permalink
make the onboarding dialog not dismissble
Browse files Browse the repository at this point in the history
  • Loading branch information
AshAman999 committed Apr 22, 2022
1 parent 876b7d0 commit c45325a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/smooth_app/lib/data_models/onboarding_loader.dart
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ class OnboardingLoader {
future: _downloadData(),
title: AppLocalizations.of(context)!
.onboarding_welcome_loading_dialog_title,
dismissible: false,
);
return;
case OnboardingPage.NOT_STARTED:
Expand Down

0 comments on commit c45325a

Please sign in to comment.