Skip to content

Commit

Permalink
[ABW-3503] Wallet Interaction Success screen dismissal behaviour (#1206)
Browse files Browse the repository at this point in the history
  • Loading branch information
danvleju-rdx committed Jul 10, 2024
1 parent 164a233 commit 41560bf
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -143,9 +143,9 @@ struct DappInteractor: Sendable, FeatureReducer {

switch state.destination {
case .some(.dappInteractionCompletion):
// FIXME: this is a temporary hack, to solve bug where incoming requests
// are ignored since completion is believed to be shown, but is not.
state.destination = nil
if state.requestQueue.isEmpty {
state.destination = nil
}
default: break
}

Expand Down

0 comments on commit 41560bf

Please sign in to comment.