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
With gigya_flutter_plugin version 1.0.7 i notice there are multiple instances of the following crash in Crashlytics console. Fatal Exception: java.lang.NullPointerException: Attempt to invoke virtual method 'com.gigya.android.sdk.ui.WebViewConfig com.gigya.android.sdk.Config.getWebViewConfig()' on a null object reference
at com.gigya.android.sdk.ui.plugin.GigyaPluginFragment.setUpWebViewElement(GigyaPluginFragment.java:219)
at com.gigya.android.sdk.ui.plugin.GigyaPluginFragment.onViewCreated(GigyaPluginFragment.java:195)
Reproduction
I cant find a way to reproduce this crash yet.
Additional context
No response
SDK version
1.0.7
Android/iOS
Android
The text was updated successfully, but these errors were encountered:
Checklist
Description
With gigya_flutter_plugin version 1.0.7 i notice there are multiple instances of the following crash in Crashlytics console.
Fatal Exception: java.lang.NullPointerException: Attempt to invoke virtual method 'com.gigya.android.sdk.ui.WebViewConfig com.gigya.android.sdk.Config.getWebViewConfig()' on a null object reference
at com.gigya.android.sdk.ui.plugin.GigyaPluginFragment.setUpWebViewElement(GigyaPluginFragment.java:219)
at com.gigya.android.sdk.ui.plugin.GigyaPluginFragment.onViewCreated(GigyaPluginFragment.java:195)
Reproduction
I cant find a way to reproduce this crash yet.
Additional context
No response
SDK version
1.0.7
Android/iOS
Android
The text was updated successfully, but these errors were encountered: