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
{{ message }}
This repository was archived by the owner on Oct 18, 2024. It is now read-only.
When inserting two '(' (open parenthesis) (either from the bottombar or the keyboard and the state of the project is initiatized or not) at quick succession the application crashes and shows a stacktrace. restarts without any error popup, it just sents me to the MainActivity of the app.
What's the expected behavior?
Normal
What version of AndroidIDE you're using?
v2.6.0 (debug builds, commit latest)
Relevant log output
com.itsaky.androidide.progress.ProcessCancelledException
at com.itsaky.androidide.progress.ICancelChecker$Default.abortIfCancelled(Unknown Source:9)
at com.itsaky.androidide.tasks.JobCancelChecker.abortIfCancelled(Unknown Source:5)
at com.itsaky.androidide.lsp.java.providers.CancelableServiceProvider.abortIfCancelled(Unknown Source:2)
at com.itsaky.androidide.lsp.java.JavaLanguageServer.signatureHelp(Unknown Source:40)
at com.itsaky.androidide.editor.ui.IDEEditor$signatureHelp$2.invokeSuspend(Unknown Source:82)
at kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(Unknown Source:8)
at kotlinx.coroutines.DispatchedTask.run(Unknown Source:109)
at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.run(Unknown Source:93)