This commit is contained in:
Sai Naw Wun
2020-09-22 03:52:48 +06:30
parent 139fc8e7d3
commit 01a2798a74
19 changed files with 229 additions and 206 deletions

View File

@@ -108,7 +108,6 @@ class _AppState extends State<App> {
..addModel(packageModel)
..addModel(messageModel)
..addModel(marketModel);
mainModel2.init();
_newLocaleDelegate = AppTranslationsDelegate(newLocale: null);
Translation().onLocaleChanged = onLocaleChange;