mirror of
https://gitlab.com/veilid/veilidchat.git
synced 2025-07-30 17:58:58 -04:00
things compile
This commit is contained in:
parent
a551791f97
commit
45ab494969
6 changed files with 42 additions and 15 deletions
|
@ -59,8 +59,7 @@ class VeilidChatApp extends StatelessWidget {
|
|||
child: BackgroundTicker(
|
||||
builder: (context) => MaterialApp.router(
|
||||
debugShowCheckedModeBanner: false,
|
||||
routerConfig:
|
||||
BlocProvider.of<RouterCubit>(context).router(),
|
||||
routerConfig: context.watch<RouterCubit>().router(),
|
||||
title: translate('app.title'),
|
||||
theme: theme,
|
||||
localizationsDelegates: [
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue