Ted Han
Ted Han
Just had this issue reported from Sentry, occurred Aug 7, 2021 1:22:58 AM UTC. Identical stack trace as previous comments, affected device was Samsung SM-T395, Android 9. Same as original...
We've also started observing Sentry crash reports with near identical stack trace as issue reporter. We have more recent / up-to-date versions of both the plugin and react native. `java.lang.NullPointerException:...
android/build.gradle ``` // Top-level build file where you can add configuration options common to all sub-projects/modules. buildscript { ext { buildToolsVersion = "30.0.2" minSdkVersion = 21 compileSdkVersion = 31 targetSdkVersion...
Have also observed error reports on Android 12 Samsung device: ``` java.lang.NullPointerException: Attempt to invoke virtual method 'void android.app.Dialog.dismiss()' on a null object reference at com.transistorsoft.locationmanager.config.TSBackgroundPermissionRationale.handleDialogClick at com.transistorsoft.locationmanager.config.TSBackgroundPermissionRationale.access$400 at com.transistorsoft.locationmanager.config.TSBackgroundPermissionRationale$a.onClick...
Latest version of our app is on plugin version 4.7.1 and already pinned to appCompat 1.3.1. I'll report here again if the same error pops up against the newer versions....