Skip to content

Commit

Permalink
Fix crash when user does not have a subscription.
Browse files Browse the repository at this point in the history
  • Loading branch information
alex-signal committed Nov 14, 2022
1 parent 5c6f709 commit f7e4e9c
Showing 1 changed file with 2 additions and 1 deletion.
Expand Up @@ -41,7 +41,8 @@ class AppSettingsViewModel(
store.update { state ->
state.copy(allowUserToGoToDonationManagementScreen = activeSubscription.isActive || InAppDonations.hasAtLeastOnePaymentMethodAvailable())
}
}
},
onError = {}
)
}

Expand Down

0 comments on commit f7e4e9c

Please sign in to comment.