mirror of
https://gitlab.com/veilid/veilidchat.git
synced 2025-08-12 16:05:28 -04:00
text scaling fixes
This commit is contained in:
parent
de691cd778
commit
00fed31ce7
24 changed files with 206 additions and 238 deletions
|
@ -125,7 +125,7 @@ class VeilidChatApp extends StatelessWidget {
|
|||
@override
|
||||
Widget build(BuildContext context) => FutureProvider<VeilidChatGlobalInit?>(
|
||||
initialData: null,
|
||||
create: (context) async => VeilidChatGlobalInit.initialize(),
|
||||
create: (context) => VeilidChatGlobalInit.initialize(),
|
||||
builder: (context, __) {
|
||||
final globalInit = context.watch<VeilidChatGlobalInit?>();
|
||||
if (globalInit == null) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue