tamara-solution / android-sdk

Android SDK
5 stars 5 forks source link

Blank Screen while using upgraded version of Navigation Component #9

Closed afzal1994 closed 10 months ago

afzal1994 commented 2 years ago

I am getting blank screen when I start payment using this code:- TamaraPayment.startPayment(activity, "redirectUrl","successUrl", "failureUrl", "cancelUrl") I get this issue when I use new version of Navigation Component i.e

`implementation "androidx.navigation:navigation-fragment-ktx:2.5.0-alpha03"
implementation "androidx.navigation:navigation-ui-ktx:2.5.0-alpha03"`

But when I use version 2.3.1 then it works fine. We face problem of stack in older version of Navigation Component library that's why I need to use newer version. Please fix it.