Skip to content

fix(text-editor-web-view): user no such element#17324

Merged
tobiasKaminsky merged 1 commit into
masterfrom
fix/text-editor-web-view-no-such-element
Jul 16, 2026
Merged

fix(text-editor-web-view): user no such element#17324
tobiasKaminsky merged 1 commit into
masterfrom
fix/text-editor-web-view-no-such-element

Conversation

@alperozturk96

Copy link
Copy Markdown
Collaborator

Issue

Exception java.lang.RuntimeException:
  at android.app.ActivityThread.performLaunchActivity (ActivityThread.java:4952)
  at android.app.ActivityThread.handleLaunchActivity (ActivityThread.java:5160)
  at android.app.servertransaction.LaunchActivityItem.execute (LaunchActivityItem.java:222)
  at android.app.servertransaction.TransactionExecutor.executeNonLifecycleItem (TransactionExecutor.java:133)
  at android.app.servertransaction.TransactionExecutor.executeTransactionItems (TransactionExecutor.java:103)
  at android.app.servertransaction.TransactionExecutor.execute (TransactionExecutor.java:80)
  at android.app.ActivityThread$H.handleMessage (ActivityThread.java:3294)
  at android.os.Handler.dispatchMessage (Handler.java:114)
  at android.os.Looper.loopOnce (Looper.java:266)
  at android.os.Looper.loop (Looper.java:361)
  at android.app.ActivityThread.main (ActivityThread.java:10309)
  at java.lang.reflect.Method.invoke
  at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run (RuntimeInit.java:675)
  at com.android.internal.os.ZygoteInit.main (ZygoteInit.java:1002)
Caused by java.util.NoSuchElementException: No value present
  at java.util.Optional.get (Optional.java:143)
  at com.owncloud.android.ui.activity.TextEditorWebView.postOnCreate (TextEditorWebView.kt:46)
  at com.owncloud.android.ui.activity.ExternalSiteWebView.onCreate (ExternalSiteWebView.java:80)
  at android.app.Activity.performCreate (Activity.java:9678)
  at android.app.Activity.performCreate (Activity.java:9613)
  at android.app.Instrumentation.callActivityOnCreate (Instrumentation.java:1535)
  at android.app.ActivityThread.performLaunchActivity (ActivityThread.java:4928)

Signed-off-by: alperozturk96 <alper_ozturk@proton.me>
@github-actions

Copy link
Copy Markdown

blue-Light-Screenshot test failed, but no output was generated. Maybe a preliminary stage failed.

@github-actions

Copy link
Copy Markdown

Codacy

SpotBugs

CategoryBaseNew
Bad practice3232
Correctness6666
Dodgy code213213
Experimental11
Malicious code vulnerability22
Multithreaded correctness2929
Performance4141
Security1919
Total403403

@github-actions

Copy link
Copy Markdown

APK file: https://github.com/nextcloud/android/actions/runs/29256257558/artifacts/8282906934
To test this change/fix you can simply download above APK file and install and test it in parallel to your existing Nextcloud app.
qrcode (please click on link to get QR code displayed)

@tobiasKaminsky
tobiasKaminsky merged commit ad695f5 into master Jul 16, 2026
19 of 24 checks passed
@tobiasKaminsky
tobiasKaminsky deleted the fix/text-editor-web-view-no-such-element branch July 16, 2026 12:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants