Merge pull request #25 from Iconica-Development/fix/use-correct-intro-screen-check-boolean

fix: use startWithIntroScreen instead of showIntroduction boolean for…
This commit is contained in:
mike doornenbal 2024-04-15 10:11:47 +02:00 committed by GitHub
commit e357f2fd0f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -19,7 +19,7 @@ class NavigatorStartUserStory extends StatelessWidget {
@override
Widget build(BuildContext context) {
if (configuration.showIntroduction) {
if (configuration.startWithIntroScreen) {
return _introduction(configuration, context, onComplete);
}