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 when opening any conversation on Android 7.1 #4338

Open
MmAaXx500 opened this issue Oct 14, 2024 · 1 comment
Open

Crash when opening any conversation on Android 7.1 #4338

MmAaXx500 opened this issue Oct 14, 2024 · 1 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

Comments

@MmAaXx500
Copy link

Steps to reproduce

  1. Open Talk
  2. Click on any conversation (confirmed with Talk updates and a group chat)
  3. Crash

Expected behaviour

The conversation should open.

Actual behaviour

Crashes because java.lang.NoClassDefFoundError: Failed resolution of: Landroid/media/AudioFocusRequest$Builder;

Culprit based on the logs:

private val focusRequest = AudioFocusRequest.Builder(duration)

Device brand and model

samsung SM-J320F

Android version

25

Nextcloud Talk app version

v20.1.0 Alpha 08

Nextcloud server version

29.0.8

Talk version

19.0.10

Custom Signaling server configured

No

Custom TURN server configured

No

Custom STUN server configured

No

Android logs

logcat-relevant.txt

Server log

No response

Additional information

Same behavior on latest stable (v20.0.2).

@MmAaXx500 MmAaXx500 added 0. Needs triage bug Something isn't working labels Oct 14, 2024
@rapterjet2004 rapterjet2004 added 1. to develop Accepted and waiting to be taken care of (should be only set by nextcloud employees) and removed 0. Needs triage labels Oct 15, 2024
@rapterjet2004
Copy link
Contributor

Makes sense, as AudioFocusRequest was added in Api level 26. Updating should fix the issue. Anyway, I'll see If I can fix it with an API check.

Image

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.

2 participants