You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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.
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
The text was updated successfully, but these errors were encountered: