nextcloud/talk-android

call buttons are shown when they shouldn't ("call buttons were null when trying to disable them")

mahibi opened this issue · 1 comments

Steps to reproduce

open a conversation where the call buttons should be disabled. For example "Note to self".

Expected behaviour

call buttons are disabled

Actual behaviour

call buttons are enabled

Log: "call buttons were null when trying to disable them"
conversationVoiceCallMenuItem and conversationVideoMenuItem are null.
Handling related to onPrepareOptionsMenu must be improved?

I can imagine that sometimes it works and sometimes not, as there could be a race condition.

Nextcloud Talk app version

19.1.0 Alpha 04 (most likely since ever)

should be done when capabilities are loaded from DB (offline support), so closing for now