mirror of
https://github.com/signalapp/Signal-Android.git
synced 2026-02-24 19:56:00 +00:00
Fix release channel donation bug.
This commit is contained in:
@@ -57,6 +57,11 @@ open class ConversationActivity : PassphraseRequiredActivity(), ConversationPare
|
||||
replaceFragment(intent!!)
|
||||
}
|
||||
|
||||
override fun onActivityResult(requestCode: Int, resultCode: Int, data: Intent?) {
|
||||
super.onActivityResult(requestCode, resultCode, data)
|
||||
googlePayResultPublisher.onNext(DonationPaymentComponent.GooglePayResult(requestCode, resultCode, data))
|
||||
}
|
||||
|
||||
private fun replaceFragment(intent: Intent) {
|
||||
fragment = ConversationParentFragment.create(intent)
|
||||
supportFragmentManager
|
||||
|
||||
Reference in New Issue
Block a user