Skip to content

Commit

Permalink
minor debugging only line removed
Browse files Browse the repository at this point in the history
  • Loading branch information
josancamon19 committed Jun 20, 2024
1 parent ccaf5fb commit 285cd52
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/AppWithWearable/lib/main.dart
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ class _MyAppState extends State<MyApp> {
)),
themeMode: ThemeMode.dark,
// home: const HasBackupPage(),
home: (!SharedPreferencesUtil().onboardingCompleted && SharedPreferencesUtil().deviceId != '')
home: (SharedPreferencesUtil().onboardingCompleted && SharedPreferencesUtil().deviceId != '')
? const HomePageWrapper()
: const WelcomePage(),
);
Expand Down

0 comments on commit 285cd52

Please sign in to comment.