This repository has been archived by the owner on Mar 16, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 101
Debugging a @CallOnMainThread annotated method crashes the app #143
Labels
Comments
I can reproduce it on Android 8.1.0
Seems not like something we can fix |
It crashes even if there is no annotation. Only happens when debugging an overrided View method. When debugging a Presenter method it doesn't crash. Any idea? |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
When debugging the implementation of a view method annotated with
@CallOnMainThread
the app crashes.Simple scenario to reproduce:
Set a breakpoint in the
test()
method and the app crashes with:Tested with Emulator API 26 and physical device API 27 and Ti version 0.8.5.
In the actual app I had a little larger stacktrace:
Click to expand
PS:
@DistinctUntilChanged
crashes in the same scenario.The text was updated successfully, but these errors were encountered: