mirror of
https://github.com/signalapp/Signal-Android.git
synced 2026-02-24 03:35:58 +00:00
Fix de related crash and bug.
This commit is contained in:
committed by
Jeffrey Starke
parent
8b2f58e0e7
commit
6e867d678c
@@ -1899,7 +1899,7 @@ object BackupRepository {
|
||||
Log.d(TAG, "Accessing price via billing api.")
|
||||
AppDependencies.billingApi.queryProduct()?.price
|
||||
} else {
|
||||
FiatMoney(BigDecimal.ZERO, Currency.getInstance(Locale.getDefault()))
|
||||
FiatMoney(BigDecimal.ZERO, SignalStore.inAppPayments.getRecurringDonationCurrency())
|
||||
}
|
||||
|
||||
if (productPrice == null) {
|
||||
|
||||
@@ -67,6 +67,7 @@ fun MessageBackupsKeyEducationScreen(
|
||||
|
||||
Text(
|
||||
text = stringResource(R.string.MessageBackupsKeyEducationScreen__your_backup_key),
|
||||
textAlign = TextAlign.Center,
|
||||
style = MaterialTheme.typography.headlineMedium,
|
||||
modifier = Modifier.padding(top = 16.dp)
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user