fixed deprecation issues

This commit is contained in:
sonykurian96
2021-07-28 21:19:09 +05:30
parent d5cff7e2c2
commit ffe11de4f9
10 changed files with 24 additions and 24 deletions
+1 -1
View File
@@ -133,7 +133,7 @@ class _MyAppState extends State<MyApp>
)!
];
},
initialRoute: _initData!.client.state.user == null
initialRoute: _initData!.client.state.currentUser == null
? Routes.CHOOSE_USER
: Routes.HOME,
),