iOS zxing scanner, iOS localization
This commit is contained in:
@@ -52,9 +52,6 @@ class _SplashScreenState extends BaseState<SplashScreen> {
|
||||
helper.getSettings(false).then((settings) {
|
||||
if (settings == null) {
|
||||
createSettingsTable(locale);
|
||||
StringsLocalization.load(locale).then((locale) {
|
||||
print(locale);
|
||||
});
|
||||
} else {
|
||||
initLocale(locale, () {
|
||||
showNext();
|
||||
|
||||
Reference in New Issue
Block a user