inperson-sdk-android
inperson-sdk-android copied to clipboard
Toast messages cause crash in API level 11
SDK with GUI crashes at this point on build targeted to API level 30 Android 11.
java.lang.NullPointerException: Attempt to invoke virtual method 'void android.view.View.setBackgroundColor(int)' on a null object reference at net.authorize.aim.emv.QuickChipActivity.onRequestOnlineProcess(:10995) at net.authorize.aim.emv.І$ǃ.onRequestOnlineProcess(:355)
Details are here: https://stackoverflow.com/questions/62884286/toast-getview-returns-null-on-android-11-api-30
Please correct this to be able use SDK GUI on API level 30 devices.