Hide discount widgets for crypto flavor
This commit is contained in:
@@ -43,8 +43,9 @@ initWithSystemValue(String app, String name, SqliteHelper helper) {
|
||||
|
||||
createSettingsTable(String app, String name, String locale, SqliteHelper helper) {
|
||||
platform.invokeMethod('getCurrency').then((currency) {
|
||||
helper.createAppInfo(currency);
|
||||
start(app, name, locale, helper);
|
||||
helper.createAppInfo(currency).then(() {
|
||||
start(app, name, locale, helper);
|
||||
});
|
||||
});
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user