Flutterwave / AndroidSDK

Rave's Android Drop In UI
7 stars 8 forks source link

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

Open anooshkhalid opened 1 year ago

anooshkhalid commented 1 year ago

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 commented 1 year ago

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 commented 2 months ago

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.