Browse Source

fix: go to level page

pull/14/head
AmirrezaChegini 3 days ago
parent
commit
071d7f049d
  1. 1
      lib/features/home/presentation/ui/home_page.dart

1
lib/features/home/presentation/ui/home_page.dart

@ -81,6 +81,7 @@ class HomePage extends StatelessWidget {
), ),
), ),
MyButton( MyButton(
onTap: () => context.read<HomeBloc>().goToLevelPage(context),
type: ButtonType.type2, type: ButtonType.type2,
title: context.translate.start, title: context.translate.start,
), ),

Loading…
Cancel
Save