wt1.1b exercise description, bug fixing + custom exercise fix
This commit is contained in:
@@ -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');
|
||||
|
||||
Reference in New Issue
Block a user