We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 92ba877 commit 0048215Copy full SHA for 0048215
1 file changed
app/src/main/java/org/thoughtcrime/securesms/util/DonationManager.kt
@@ -15,7 +15,7 @@ class DonationManager @Inject constructor(
15
val prefs: TextSecurePreferences
16
){
17
companion object {
18
- const val URL_DONATE = "https://getsession.org/donate#app"
+ const val URL_DONATE = "https://getsession.org/donate"
19
}
20
21
// increment in days between showing the donation CTA, matching the list index to the number of views of the CTA
0 commit comments