Skip to content

Push notification dialog takes too long to disappear. #275

@ma-za-kpe

Description

@ma-za-kpe

Describe the Bug

Screenshot_20210810-140805

Push notification dialog with a message (attached image above), takes too long to disappear. Even after successful payment of money.

This is really bad in terms of UX, and it breaks the flow of the app.

I noticed that the styles were finally updated, thank you, but then the black background doesn't clearly show the phone number the user enters. This happens with or without customs themes set. As shown below.

`private fun subscribe(amount: String, txref: String) {
// proceed with payout
RaveUiManager(this)
.setAmount(amount.toDouble())
.setCountry("UG")
.setCurrency("UGX")
.acceptUgMobileMoneyPayments(true)
.setNarration("Payment for subscription")
.setEmail(email)
.setfName(name)
.setPhoneNumber(phone)
.setPublicKey(BuildConfig.PUBLIC_KEY)
.setEncryptionKey(BuildConfig.ENCRYPTION_KEY)
.setTxRef(txref)
.onStagingEnv(false)
// .withTheme(R.style.MyCustomTheme)
.initialize()

}`

System Information

  • Operating system: Android
  • Rave version: 2.1.36

Additional Context

This link provides the log cat data while the dialog is still displaying.
Logcat output

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions