Skip to content
This repository has been archived by the owner on Sep 17, 2024. It is now read-only.

Commit

Permalink
fix: Avoid multiple load calls in choose crypto
Browse files Browse the repository at this point in the history
  • Loading branch information
reasje committed Oct 25, 2023
1 parent db7bf06 commit 327f143
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ class ChooseCryptoPresenter extends CompletePresenter<ChooseCryptoState> {
listen(_accountUserCase.account, (value) {
if (value != null) {
notify(() => state.account = value);
loadPage();
}
});

Expand Down

0 comments on commit 327f143

Please sign in to comment.