refactor: Added and applied require_trailing_commas linter rule
This commit is contained in:
parent
adb3f766e5
commit
ec7acc5385
112 changed files with 3466 additions and 2855 deletions
|
|
@ -16,8 +16,10 @@ class LoadingView extends StatelessWidget {
|
|||
(_) async {
|
||||
await UpdateCheckerNoStore(context).checkUpdate();
|
||||
VRouter.of(context).to(
|
||||
Matrix.of(context).widget.clients.any((client) =>
|
||||
client.onLoginStateChanged.value == LoginState.loggedIn)
|
||||
Matrix.of(context).widget.clients.any(
|
||||
(client) =>
|
||||
client.onLoginStateChanged.value == LoginState.loggedIn,
|
||||
)
|
||||
? '/rooms'
|
||||
: '/home',
|
||||
queryParameters: VRouter.of(context).queryParameters,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue