Skip to content

Commit

Permalink
kirill-l timer patch for send.ts
Browse files Browse the repository at this point in the history
kirill-l timer patch for send.ts

Signed-off-by: Øx <35565671+krypt0x@users.noreply.github.com>
  • Loading branch information
krypt0x authored Jul 23, 2024
1 parent 7638976 commit ad64905
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/send.ts
Original file line number Diff line number Diff line change
Expand Up @@ -255,7 +255,7 @@ class SendView extends DestructableView {
}

destruct = (): Promise<void> => {
clearInterval(this.intervalRefresh);
clearInterval(this.intervalRefresh[Symbol.toPrimitive]());
this.stopScan();
this.stopNfcScan();
swal.close();
Expand Down

0 comments on commit ad64905

Please sign in to comment.