mirror of
https://github.com/signalapp/Signal-Android.git
synced 2026-04-28 20:54:38 +01:00
Implement pending one-time donation error handling.
This commit is contained in:
@@ -589,8 +589,16 @@
|
||||
<action
|
||||
android:id="@+id/action_internalSettingsFragment_to_internalConversationSpringboardFragment"
|
||||
app:destination="@id/internalConversationSpringboardFragment" />
|
||||
<action
|
||||
android:id="@+id/action_internalSettingsFragment_to_oneTimeDonationConfigurationFragment"
|
||||
app:destination="@id/oneTimeDonationConfigurationFragment" />
|
||||
</fragment>
|
||||
|
||||
<fragment
|
||||
android:id="@+id/oneTimeDonationConfigurationFragment"
|
||||
android:name="org.thoughtcrime.securesms.components.settings.app.internal.InternalPendingOneTimeDonationConfigurationFragment"
|
||||
android:label="one_time_donation_configuration_fragment" />
|
||||
|
||||
<fragment
|
||||
android:id="@+id/donorErrorConfigurationFragment"
|
||||
android:name="org.thoughtcrime.securesms.components.settings.app.internal.donor.InternalDonorErrorConfigurationFragment"
|
||||
|
||||
Reference in New Issue
Block a user