Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Push notification dialog takes too long to disappear. #275

Open
ma-za-kpe opened this issue Aug 10, 2021 · 0 comments
Open

Push notification dialog takes too long to disappear. #275

ma-za-kpe opened this issue Aug 10, 2021 · 0 comments

Comments

@ma-za-kpe
Copy link

ma-za-kpe commented Aug 10, 2021

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant