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

UninitializedPropertyAccessException for getMediaPlayerHandler #3935

Closed
mahibi opened this issue May 22, 2024 · 0 comments · Fixed by #3942
Closed

UninitializedPropertyAccessException for getMediaPlayerHandler #3935

mahibi opened this issue May 22, 2024 · 0 comments · Fixed by #3942
Labels
1. to develop Accepted and waiting to be taken care of (should be only set by nextcloud employees) bug Something isn't working
Milestone

Comments

@mahibi
Copy link
Collaborator

mahibi commented May 22, 2024

from gplay for 19.0.0

Exception java.lang.RuntimeException:
  at android.app.ActivityThread.performDestroyActivity (ActivityThread.java:6091)
  at android.app.ActivityThread.handleDestroyActivity (ActivityThread.java:6124)
  at android.app.ActivityThread.handleRelaunchActivityInner (ActivityThread.java:6477)
  at android.app.ActivityThread.handleRelaunchActivity (ActivityThread.java:6352)
  at android.app.servertransaction.ActivityRelaunchItem.execute (ActivityRelaunchItem.java:71)
  at android.app.servertransaction.ActivityTransactionItem.execute (ActivityTransactionItem.java:45)
  at android.app.servertransaction.TransactionExecutor.executeCallbacks (TransactionExecutor.java:135)
  at android.app.servertransaction.TransactionExecutor.execute (TransactionExecutor.java:95)
  at android.app.ActivityThread$H.handleMessage (ActivityThread.java:2574)
  at android.os.Handler.dispatchMessage (Handler.java:106)
  at android.os.Looper.loopOnce (Looper.java:226)
  at android.os.Looper.loop (Looper.java:313)
  at android.app.ActivityThread.main (ActivityThread.java:8779)
  at java.lang.reflect.Method.invoke
  at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run (RuntimeInit.java:604)
  at com.android.internal.os.ZygoteInit.main (ZygoteInit.java:1067)
Caused by kotlin.UninitializedPropertyAccessException:
  at com.nextcloud.talk.chat.ChatActivity.getMediaPlayerHandler (ChatActivity.kt:396)
  at com.nextcloud.talk.chat.ChatActivity.stopMediaPlayer (ChatActivity.kt:2482)
  at com.nextcloud.talk.chat.ChatActivity.onDestroy (ChatActivity.kt:3510)
  at android.app.Activity.performDestroy (Activity.java:8864)
  at android.app.Instrumentation.callActivityOnDestroy (Instrumentation.java:1419)
  at android.app.ActivityThread.performDestroyActivity (ActivityThread.java:6078)
@mahibi mahibi added bug Something isn't working 1. to develop Accepted and waiting to be taken care of (should be only set by nextcloud employees) 0. Needs triage labels May 22, 2024
@mahibi mahibi modified the milestones: 19.0.1, 19.0.2 May 22, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
1. to develop Accepted and waiting to be taken care of (should be only set by nextcloud employees) bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant