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
Getting crash on release build on opening razor pay activity
Fatal Exception: java.lang.IllegalStateException
You must either set a text or a view
com.android.internal.util.Preconditions.checkState (Preconditions.java:215)
android.widget.Toast.show (Toast.java:318)
com.facebook.react.modules.toast.ToastModule$1.run (ToastModule.java:60)
android.os.Handler.handleCallback (Handler.java:958)
crash log errors
The text was updated successfully, but these errors were encountered:
@puneetkansal04 Can you please share the entire crash log? while this states a fatal exception, we need the other details as well. Also, can you please confirm if you've added proguard rules to the release build?
Getting crash on release build on opening razor pay activity
Fatal Exception: java.lang.IllegalStateException
You must either set a text or a view
com.android.internal.util.Preconditions.checkState (Preconditions.java:215)
android.widget.Toast.show (Toast.java:318)
com.facebook.react.modules.toast.ToastModule$1.run (ToastModule.java:60)
android.os.Handler.handleCallback (Handler.java:958)
crash log errors
The text was updated successfully, but these errors were encountered: