kopia lustrzana https://github.com/ryukoposting/Signal-Android
Fix release channel donation bug.
rodzic
6262f775d5
commit
57e476988e
|
@ -57,6 +57,11 @@ open class ConversationActivity : PassphraseRequiredActivity(), ConversationPare
|
||||||
replaceFragment(intent!!)
|
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) {
|
private fun replaceFragment(intent: Intent) {
|
||||||
fragment = ConversationParentFragment.create(intent)
|
fragment = ConversationParentFragment.create(intent)
|
||||||
supportFragmentManager
|
supportFragmentManager
|
||||||
|
|
Ładowanie…
Reference in New Issue