Skip to content

Commit

Permalink
network switch currency bugfix(?)
Browse files Browse the repository at this point in the history
  • Loading branch information
manuelsc committed Oct 31, 2023
1 parent 38712cc commit da29d19
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/app/services/unitconv.service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,7 @@ export class UnitconvService {
}

public async networkSwitchReload() {
UnitconvService.currencyPipe = { Cons: null, Exec: null, RPL: null }
await this.init()
}

Expand Down
1 change: 1 addition & 0 deletions src/app/tab-preferences/tab-preferences.page.ts
Original file line number Diff line number Diff line change
Expand Up @@ -330,6 +330,7 @@ export class Tab3Page {
this.merchant,
false
)
this.currentFiatCurrency = await this.unit.getCurrentConsFiat()
}

async openIconCredit() {
Expand Down

0 comments on commit da29d19

Please sign in to comment.