Skip to content
Snippets Groups Projects
Commit 81803d59 authored by vjrj's avatar vjrj
Browse files

Fix tutorial type in first screen

parent 3cb7e51f
No related branches found
No related tags found
No related merge requests found
...@@ -33,7 +33,7 @@ class _FirstScreenState extends State<FirstScreen> { ...@@ -33,7 +33,7 @@ class _FirstScreenState extends State<FirstScreen> {
@override @override
void initState() { void initState() {
tutorial = FirstTutorial( tutorial = FirstTutorial(
context, !context.read<AppCubit>().wasTutorialShown('first_screen')); context, context.read<AppCubit>().wasTutorialShown('first_screen'));
super.initState(); super.initState();
if (context.read<BottomNavCubit>().state == 0 && if (context.read<BottomNavCubit>().state == 0 &&
context.read<TransactionCubit>().balance == 0) { context.read<TransactionCubit>().balance == 0) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment