chore: Update SDK
This commit is contained in:
parent
379bec9220
commit
bec9046097
5 changed files with 7 additions and 21 deletions
|
|
@ -10,7 +10,7 @@ class LoadingView extends StatelessWidget {
|
|||
if (Matrix.of(context).loginState != null) {
|
||||
WidgetsBinding.instance.addPostFrameCallback(
|
||||
(_) => VRouter.of(context).to(
|
||||
Matrix.of(context).loginState == LoginState.logged
|
||||
Matrix.of(context).loginState == LoginState.loggedIn
|
||||
? '/rooms'
|
||||
: '/home',
|
||||
queryParameters: VRouter.of(context).queryParameters,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue