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

Crash on clicking play on audio messages #995

Closed
daniele-athome opened this issue Apr 22, 2017 · 0 comments
Closed

Crash on clicking play on audio messages #995

daniele-athome opened this issue Apr 22, 2017 · 0 comments
Assignees
Labels
bug Something isn't working
Milestone

Comments

@daniele-athome
Copy link
Member

daniele-athome commented Apr 22, 2017

This AudioFragment thing is making me crazy...

java.lang.NullPointerException
       at org.kontalk.ui.AbstractComposeFragment.playAudio(AbstractComposeFragment.java:2132)
       at org.kontalk.ui.AbstractComposeFragment.buttonClick(AbstractComposeFragment.java:2078)
       at org.kontalk.ui.view.AudioContentView.onClick(AudioContentView.java:145)
       at android.view.View.performClick(View.java:4442)
       at android.view.View$PerformClick.run(View.java:18473)
       at android.os.Handler.handleCallback(Handler.java:733)
       at android.os.Handler.dispatchMessage(Handler.java:95)
       at android.os.Looper.loop(Looper.java:136)
       at android.app.ActivityThread.main(ActivityThread.java:5103)
       at java.lang.reflect.Method.invokeNative(Method.java)
       at java.lang.reflect.Method.invoke(Method.java:515)
       at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:790)
       at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:606)
       at dalvik.system.NativeStart.main(NativeStart.java)
@daniele-athome daniele-athome added the bug Something isn't working label Apr 22, 2017
@daniele-athome daniele-athome added this to the 4.0.3 milestone Apr 22, 2017
@daniele-athome daniele-athome self-assigned this Apr 22, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant