Skip to content

Commit 708ba87

Browse files
soupslurprthestinger
authored andcommitted
remove cryptocurrency fee recommendations
resolves #63
1 parent a1e37c7 commit 708ba87

File tree

4 files changed

+0
-18
lines changed

4 files changed

+0
-18
lines changed

app/src/main/kotlin/app/grapheneos/info/ui/donate/cryptocurrency/BitcoinScreen.kt

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -86,9 +86,6 @@ fun BitcoinScreen(
8686
}
8787
}
8888
}
89-
item {
90-
Text(stringResource(R.string.bitcoin_fee_notice))
91-
}
9289
}
9390
}
9491

app/src/main/kotlin/app/grapheneos/info/ui/donate/cryptocurrency/LitecoinScreen.kt

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -38,9 +38,6 @@ fun LitecoinScreen(
3838
showSnackbarError = showSnackbarError
3939
)
4040
}
41-
item {
42-
Text(stringResource(R.string.litecoin_fee_notice))
43-
}
4441
}
4542
}
4643

app/src/main/kotlin/app/grapheneos/info/ui/donate/cryptocurrency/MoneroScreen.kt

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -38,9 +38,6 @@ fun MoneroScreen(
3838
showSnackbarError = showSnackbarError
3939
)
4040
}
41-
item {
42-
Text(stringResource(R.string.monero_fee_notice))
43-
}
4441
}
4542
}
4643

app/src/main/res/values/strings.xml

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -103,10 +103,6 @@
103103
<string name="bech32_segwit_qr_code_description">Bitcoin donation QR code</string>
104104
<string name="bech32m_taproot_qr_code_description">Bitcoin Taproot donation QR code</string>
105105
<string name="bip47_payment_code_stealth_address_qr_code_description">Bitcoin BIP47 payment code QR code</string>
106-
<string name="bitcoin_fee_notice">We recommend using the lowest fee tier recommended by your wallet since the
107-
transaction taking hours or even a couple days is fine. An even lower custom fee isn\'t recommended unless
108-
you\'re going to monitor it and bump the fee with RBF.
109-
</string>
110106
<string name="qr_code_on_click_label">enlarge QR code</string>
111107
<string name="share">Share</string>
112108
<string name="ok">OK</string>
@@ -128,13 +124,8 @@
128124
<string name="litecoin_info">Litecoin can be used to make donations to the non-profit GrapheneOS Foundation.
129125
</string>
130126
<string name="litecoin_qr_code_description">Litecoin donation QR code</string>
131-
<string name="litecoin_fee_notice">We recommend using the lowest fee tier recommended by your wallet since the
132-
transaction taking hours or even a couple days is fine. An even lower custom fee isn\'t recommended unless
133-
you\'re going to monitor it and bump the fee with RBF.
134-
</string>
135127
<string name="monero_info">Monero can be used to make donations to the non-profit GrapheneOS Foundation.</string>
136128
<string name="monero_qr_code_description">Monero donation QR code</string>
137-
<string name="monero_fee_notice">We recommend using the lowest fee level since it will still be quick.</string>
138129
<string name="zcash_info">Zcash can be used to make donations to the non-profit GrapheneOS Foundation.</string>
139130
<string name="zcash_transparent_qr_code_description">Transparent Zcash donation QR code</string>
140131
<string name="update_release_notes_socket_timeout_exception_snackbar_message">Socket Timeout Exception</string>

0 commit comments

Comments
 (0)