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

AlertDialog Buttons not showin on AccountFragment, BankTransferFragment and UssdFragment #297

Open
anooshkhalid opened this issue Jul 4, 2023 · 2 comments

Comments

@anooshkhalid
Copy link

Hey,

I faced an issue with the library not showing yes/no buttons in alert dialog on these pages (AccountFragment, BankTransferFragment, and UssdFragment).

after debugging and trying everything from my end I found that you can't change it from out side the library and you have to make changes to the library it self.

I found the bug that all the other dialogs on the library is using "R.style.RaveDialogStyle" style while creating an alertdialog but only these pages are not using the style after using the styles on the mentioned fragments now it's showing the button colors.

hope you resolve this ASAP.

Thank you

@anooshkhalid
Copy link
Author

I have tried this in the library and it worked but couldn't use the customized library.
Please can you fix this ASAP

Screenshot 2023-07-04 at 2 21 42 PM

@AkinWilderman
Copy link

AkinWilderman commented Jul 14, 2024

I encountered this same issue, but I discovered that the problem was with my theme and colors. Use a style that has vivid colors, the Flutterwave default style is messed up.

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

2 participants