diff --git a/src/app/services/unitconv.service.ts b/src/app/services/unitconv.service.ts index 6824ab1e..f2ac0aa8 100644 --- a/src/app/services/unitconv.service.ts +++ b/src/app/services/unitconv.service.ts @@ -77,6 +77,7 @@ export class UnitconvService { } public async networkSwitchReload() { + UnitconvService.currencyPipe = { Cons: null, Exec: null, RPL: null } await this.init() } diff --git a/src/app/tab-preferences/tab-preferences.page.ts b/src/app/tab-preferences/tab-preferences.page.ts index 5feb7dd5..47450e48 100644 --- a/src/app/tab-preferences/tab-preferences.page.ts +++ b/src/app/tab-preferences/tab-preferences.page.ts @@ -330,6 +330,7 @@ export class Tab3Page { this.merchant, false ) + this.currentFiatCurrency = await this.unit.getCurrentConsFiat() } async openIconCredit() {