wt1.1b exercise description, bug fixing + custom exercise fix

This commit is contained in:
Bossanyi Tibor
2020-08-20 08:38:16 +02:00
parent 4d9f2e5152
commit e938f1be8c
20 changed files with 355 additions and 229 deletions
+1 -1
View File
@@ -18,7 +18,7 @@ class AppLanguage extends ChangeNotifier {
Locale get appLocal => _appLocale ?? Locale("en");
fetchLocale() async {
Future<void> fetchLocale() async {
var prefs = await SharedPreferences.getInstance();
if (prefs.getString('language_code') == null) {
_appLocale = Locale('en');