payu-intrepos / Android-Custom-Browser

Custom Browser module for SDK
11 stars 9 forks source link

not able to see the buttons on cancel transaction dialog on some devices #25

Open ritesh3warke opened 2 years ago

ritesh3warke commented 2 years ago

its happening for some set of devices (found in Redmi, OPPO, Infinix, Vivo)

Btns are white in color

ritesh3warke commented 2 years ago

WhatsApp Image 2022-01-24 at 7 05 49 PM

ritesh3warke commented 2 years ago

getting alertBuilder instance in below callback method, but not able to change btn text color or dialog theme

@Override public void onBackButton(AlertDialog.Builder alertDialogBuilder) { super.onBackButton(alertDialogBuilder) }

ritesh3warke commented 2 years ago

Version using api 'in.payu:payu-sdk:5.1.1' implementation 'com.payu.custombrowser:payu-custom-browser:7.6.3'