mirror of
https://github.com/meshtastic/Meshtastic-Android.git
synced 2026-03-24 16:53:48 -04:00
0.1.4 catch and report a rare? Compose exception
kotlin.NullPointerException androidx.ui.core.selection.SelectionManager$handleDragObserver$1.onStart (SelectionManager.kt:184)
This commit is contained in:
@@ -335,7 +335,7 @@ class MainActivity : AppCompatActivity(), Logging,
|
||||
override fun dispatchTouchEvent(ev: MotionEvent?): Boolean {
|
||||
return try {
|
||||
super.dispatchTouchEvent(ev)
|
||||
} catch (ex: IllegalStateException) {
|
||||
} catch (ex: Throwable) {
|
||||
Exceptions.report(
|
||||
ex,
|
||||
"dispatchTouchEvent"
|
||||
|
||||
Reference in New Issue
Block a user