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

ArrayIndexOutOfBoundsException in 23.0 beta 1 #3807

Closed
nikclayton opened this issue Jul 6, 2023 · 0 comments · Fixed by #3808
Closed

ArrayIndexOutOfBoundsException in 23.0 beta 1 #3807

nikclayton opened this issue Jul 6, 2023 · 0 comments · Fixed by #3808
Assignees

Comments

@nikclayton
Copy link
Contributor

Exception java.lang.ArrayIndexOutOfBoundsException: length=10; index=-1
  at java.util.ArrayList.get (ArrayList.java:439)
  at com.keylesspalace.tusky.adapter.AccountFieldEditAdapter$onBindViewHolder$$inlined$doAfterTextChanged$1.afterTextChanged (TextView.kt:98)
  at android.widget.TextView.sendAfterTextChanged (TextView.java:10637)
  at android.widget.TextView.setText (TextView.java:6351)
  at android.widget.TextView.setText (TextView.java:6170)
  at android.widget.EditText.setText (EditText.java:121)
  at android.widget.TextView.setTextIsSelectable (TextView.java:7821)
  at com.keylesspalace.tusky.util.ViewExtensionsKt.fixTextSelection$lambda$0 (ViewExtensions.kt:79)
  at android.os.Handler.handleCallback (Handler.java:938)
  at android.os.Handler.dispatchMessage (Handler.java:99)
  at android.os.Looper.loop (Looper.java:250)
  at android.app.ActivityThread.main (ActivityThread.java:7755)
  at java.lang.reflect.Method.invoke
  at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run (RuntimeInit.java:592)
  at com.android.internal.os.ZygoteInit.main (ZygoteInit.java:958)

  • Tusky Version: 23.0 beta 1
@nikclayton nikclayton self-assigned this Jul 6, 2023
nikclayton added a commit that referenced this issue Jul 6, 2023
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

Successfully merging a pull request may close this issue.

1 participant