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
not sure if this is being handled but Im seeing a consistent warning on Logcat
Accessibility content change on non-UI thread. Future Android versions will throw an exception.
android.view.ViewRootImpl$CalledFromWrongThreadException: Only the original thread that created a view hierarchy can touch its views.
at android.view.ViewRootImpl$SendWindowContentChangedAccessibilityEvent.runOrPost(ViewRootImpl.java:10345)
at android.view.ViewRootImpl.postSendWindowContentChangedCallback(ViewRootImpl.java:9162)
at android.view.ViewRootImpl.notifySubtreeAccessibilityStateChanged(ViewRootImpl.java:9342)
at android.view.ViewGroup.notifySubtreeAccessibilityStateChanged(ViewGroup.java:3858)
at android.view.ViewGroup.notifySubtreeAccessibilityStateChanged(ViewGroup.java:3858)
at android.view.ViewGroup.notifySubtreeAccessibilityStateChanged(ViewGroup.java:3858)
at android.view.ViewGroup.notifySubtreeAccessibilityStateChanged(ViewGroup.java:3858)
at android.view.ViewGroup.notifySubtreeAccessibilityStateChanged(ViewGroup.java:3858)
at android.view.ViewGroup.notifySubtreeAccessibilityStateChanged(ViewGroup.java:3858)
at android.view.ViewGroup.notifySubtreeAccessibilityStateChanged(ViewGroup.java:3858)
at android.view.ViewGroup.notifySubtreeAccessibilityStateChanged(ViewGroup.java:3858)
at android.view.ViewGroup.notifySubtreeAccessibilityStateChanged(ViewGroup.java:3858)
at android.view.ViewGroup.notifySubtreeAccessibilityStateChanged(ViewGroup.java:3858)
at android.view.ViewGroup.notifySubtreeAccessibilityStateChanged(ViewGroup.java:3858)
at android.view.ViewGroup.notifySubtreeAccessibilityStateChanged(ViewGroup.java:3858)
at android.view.ViewGroup.notifySubtreeAccessibilityStateChanged(ViewGroup.java:3858)
at android.view.ViewGroup.notifySubtreeAccessibilityStateChanged(ViewGroup.java:3858)
at android.view.ViewGroup.notifySubtreeAccessibilityStateChanged(ViewGroup.java:3858)
at android.view.ViewGroup.notifySubtreeAccessibilityStateChanged(ViewGroup.java:3858)
at android.view.ViewGroup.notifySubtreeAccessibilityStateChanged(ViewGroup.java:3858)
at android.view.View.notifySubtreeAccessibilityStateChangedIfNeeded(View.java:13838)
at android.view.ViewGroup.notifySubtreeAccessibilityStateChangedIfNeeded(ViewGroup.java:3882)
at android.view.ViewGroup.addViewInner(ViewGroup.java:5325)
at android.view.ViewGroup.addView(ViewGroup.java:5089)
at android.view.ViewGroup.addView(ViewGroup.java:5029)
at com.swmansion.rnscreens.Screen.startTransitionRecursive(Screen.kt:392)
at com.swmansion.rnscreens.Screen.startTransitionRecursive(Screen.kt:404)
at com.swmansion.rnscreens.Screen.startTransitionRecursive(Screen.kt:404)
at com.swmansion.rnscreens.Screen.startTransitionRecursive(Screen.kt:404)
at com.swmansion.rnscreens.Screen.startTransitionRecursive(Screen.kt:404)
at com.swmansion.rnscreens.Screen.startTransitionRecursive(Screen.kt:404)
at com.swmansion.rnscreens.Screen.startTransitionRecursive(Screen.kt:404)
at com.swmansion.rnscreens.Screen.startRemovalTransition(Screen.kt:376)
at com.swmansion.rnscreens.NativeProxy.notifyScreenRemoved(NativeProxy.kt:48)
at com.facebook.jni.NativeRunnable.run(Native Method)
at android.os.Handler.handleCallback(Handler.java:938)
at android.os.Handler.dispatchMessage(Handler.java:99)
at com.facebook.react.bridge.queue.MessageQueueThreadHandler.dispatchMessage(MessageQueueThreadHandler.java:27)
at android.os.Looper.loop(Looper.java:233)
at com.facebook.react.bridge.queue.MessageQueueThreadImpl.lambda$startNewBackgroundThread$2(MessageQueueThreadImpl.java:217)
at com.facebook.react.bridge.queue.MessageQueueThreadImpl$$ExternalSyntheticLambda1.run(D8$$SyntheticClass:0)
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
not sure if this is being handled but Im seeing a consistent warning on Logcat
Beta Was this translation helpful? Give feedback.
All reactions