Skip to content

Commit

Permalink
chore: uncomment code
Browse files Browse the repository at this point in the history
  • Loading branch information
nuxzero committed Oct 5, 2023
1 parent f41e3d8 commit a50d1b5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ internal class AuthorizingPaymentViewModel(
val error: LiveData<OmiseException> = _error

private val coroutineExceptionHandler = CoroutineExceptionHandler { _, e ->
// _isLoading.postValue(false)
_isLoading.postValue(false)
threeDS2Service.transaction.close()
if (e is OmiseException) {
_error.postValue(e)
Expand Down

0 comments on commit a50d1b5

Please sign in to comment.