diff options
Diffstat (limited to 'lib/presentation/screens/splash/widget/splash_content.dart')
-rw-r--r-- | lib/presentation/screens/splash/widget/splash_content.dart | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/presentation/screens/splash/widget/splash_content.dart b/lib/presentation/screens/splash/widget/splash_content.dart index 325baeb..991be84 100644 --- a/lib/presentation/screens/splash/widget/splash_content.dart +++ b/lib/presentation/screens/splash/widget/splash_content.dart @@ -126,7 +126,7 @@ class SplashContentState extends ConsumerState<SplashContent> width: 452, text: 'Continue', onTap: () { - ref.read(vehicleProvider.notifier).setInitialState(); + // ref.read(vehicleProvider.notifier).setInitialState(); ref .read(appProvider.notifier) .update((state) => state = AppState.dashboard); |