Browse Source

meeting

master
amin 1 year ago
parent
commit
41cababcc5
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      lib/main.dart

+ 1
- 1
lib/main.dart View File

@@ -34,7 +34,7 @@ class MyApp extends StatefulWidget {
}

class _MyAppState extends State<MyApp> {
late AuthState state ;
late AuthState state;
String language = setting.userLocalDb.getUser().language;
@override
void initState() {


Loading…
Cancel
Save