checkout / frames-android

Frames Android: making native card payments simple
https://www.checkout.com/docs/integrate/sdks/android-sdk
MIT License
51 stars 35 forks source link

Bugfix-PI-1703 #77

Closed chintan-soni-cko-zz closed 2 years ago

chintan-soni-cko-zz commented 2 years ago

Proposed changes

Applied nullability check for Kotlin app. Issue creating because view or adapterview is null. It is fixed based on assumption from logs. Applied check for both month and year. Applying nullability check means if adapterview or view is null, it exiting the execution of it

Types of changes

What types of changes does your code introduce to frames-android? Put an x in the boxes that apply

Checklist

Put an x in the boxes that apply. You can also fill these out after creating the PR. If you're unsure about any of them, don't hesitate to ask. We're here to help! This is simply a reminder of what we are going to look for before merging your code.

Further comments

Currently,Without this fix also, not able to reproduce the crash. I am still working on that to crashing from kotlin external app.