Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

AndroidAsyncView.java:382 crash #3361

Open
jsfan3 opened this issue Feb 8, 2021 · 1 comment
Open

AndroidAsyncView.java:382 crash #3361

jsfan3 opened this issue Feb 8, 2021 · 1 comment
Assignees
Milestone

Comments

@jsfan3
Copy link
Contributor

jsfan3 commented Feb 8, 2021

On Android 11, when I try to switch the focus from a TextField to a lightweight date Picker using the next button in the VKB, I get this error:

[EDT] 0:4:7,666 - Exception: java.lang.NullPointerException - Attempt to invoke virtual method 'void com.codename1.impl.android.a$b.a()' on a null object reference
java.lang.NullPointerException: Attempt to invoke virtual method 'void com.codename1.impl.android.a$b.a()' on a null object reference
	at com.codename1.impl.android.a.a(AndroidAsyncView.java:382)
	at com.codename1.impl.android.c.a(AndroidImplementation.java:1654)
	at com.codename1.impl.a.t(CodenameOneImplementation.java:644)
	at com.codename1.r.t.m(Display.java:1259)
	at com.codename1.r.t.l(Display.java:1162)
	at com.codename1.r.as.run(RunnableWrapper.java:120)
	at com.codename1.impl.b$1.run(CodenameOneThread.java:60)
	at java.lang.Thread.run(Thread.java:923) 
@shai-almog shai-almog added this to the Version 8.0 milestone Feb 10, 2021
@shai-almog
Copy link
Collaborator

@shannah I'm guessing this is similar to this #3323

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants