mirror of
https://github.com/signalapp/Signal-Android.git
synced 2025-12-24 21:15:48 +00:00
Fix crash when user does not have a subscription.
This commit is contained in:
@@ -41,7 +41,8 @@ class AppSettingsViewModel(
|
||||
store.update { state ->
|
||||
state.copy(allowUserToGoToDonationManagementScreen = activeSubscription.isActive || InAppDonations.hasAtLeastOnePaymentMethodAvailable())
|
||||
}
|
||||
}
|
||||
},
|
||||
onError = {}
|
||||
)
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user