fixes on onboarding flow
This commit is contained in:
@@ -103,7 +103,7 @@ class _HomeScreenState extends State<HomeScreen>
|
||||
|
||||
if(prefs.getString("userId") == null) {
|
||||
prefs.setString("userId", Uuid().v4());
|
||||
};
|
||||
}
|
||||
|
||||
await homeController.getTransactions(prefs.getString("userId")!);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user