Skip to content

Commit

Permalink
Merge pull request #1351 from Adyen/fix/remove_spm_infinite_loading
Browse files Browse the repository at this point in the history
Fix infinite loading spinner
  • Loading branch information
OscarSpruit authored Oct 2, 2023
2 parents 82a5ec4 + 0e3d592 commit f8d5bde
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -380,8 +380,8 @@ internal class DropInActivity :
}

override fun removeStoredPaymentMethod(storedPaymentMethod: StoredPaymentMethod) {
dropInService?.requestRemoveStoredPaymentMethod(storedPaymentMethod)
setLoading(true)
dropInService?.requestRemoveStoredPaymentMethod(storedPaymentMethod)
}

private fun handleDropInServiceResult(dropInServiceResult: BaseDropInServiceResult) {
Expand Down

0 comments on commit f8d5bde

Please sign in to comment.