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
java.lang.NullPointerException: Attempt to invoke virtual method 'android.view.ViewGroup$LayoutParams androidx.constraintlayout.widget.Guideline.getLayoutParams()' on a null object reference
at com.sumup.merchant.reader.ui.fragments.SetupFragment.setGuidelinePercentage(SourceFile:1)
at com.sumup.merchant.reader.ui.fragments.SetupFragment.onCreateView(SourceFile:43)
at com.sumup.merchant.reader.ui.fragments.PinPlusSetupFragment.onCreateView(SourceFile:1)
at androidx.fragment.app.Fragment.performCreateView(Fragment.java:3113)
at androidx.fragment.app.FragmentStateManager.createView(FragmentStateManager.java:524)
at androidx.fragment.app.FragmentStateManager.moveToExpectedState(FragmentStateManager.java:261)
The text was updated successfully, but these errors were encountered:
'com.sumup:merchant-sdk:5.0.2'
compileSdk 35
When app is in landscape mode whith set bool isTablet
java.lang.NullPointerException: Attempt to invoke virtual method 'android.view.ViewGroup$LayoutParams androidx.constraintlayout.widget.Guideline.getLayoutParams()' on a null object reference
at com.sumup.merchant.reader.ui.fragments.SetupFragment.setGuidelinePercentage(SourceFile:1)
at com.sumup.merchant.reader.ui.fragments.SetupFragment.onCreateView(SourceFile:43)
at com.sumup.merchant.reader.ui.fragments.PinPlusSetupFragment.onCreateView(SourceFile:1)
at androidx.fragment.app.Fragment.performCreateView(Fragment.java:3113)
at androidx.fragment.app.FragmentStateManager.createView(FragmentStateManager.java:524)
at androidx.fragment.app.FragmentStateManager.moveToExpectedState(FragmentStateManager.java:261)
The text was updated successfully, but these errors were encountered: