Skip to content

Commit

Permalink
Ensure we clear the continuation when activity is removed
Browse files Browse the repository at this point in the history
  • Loading branch information
jhaven-stytch committed Feb 4, 2025
1 parent e744631 commit 1b74362
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -53,5 +53,8 @@ internal object ProvidedReceiverManager {
continuation?.resume(response)
continuation = null
}
if (activity == null) {
continuation = null
}
}
}

0 comments on commit 1b74362

Please sign in to comment.