mirror of
https://github.com/nextcloud/talk-android
synced 2025-03-05 22:05:11 +00:00
Fix another crashing bug
Signed-off-by: Mario Danic <mario@lovelyhq.com>
This commit is contained in:
parent
45e2bd505d
commit
0b0086317c
@ -461,9 +461,14 @@ public class ChatController extends BaseController implements MessagesListAdapte
|
||||
} else {
|
||||
messageInput.setHint("");
|
||||
|
||||
conversationVoiceCallMenuItem.getIcon().setAlpha(255);
|
||||
conversationVideoMenuItem.getIcon().setAlpha(255);
|
||||
if (conversationVoiceCallMenuItem != null) {
|
||||
conversationVoiceCallMenuItem.getIcon().setAlpha(255);
|
||||
}
|
||||
|
||||
if (conversationVideoMenuItem != null) {
|
||||
conversationVideoMenuItem.getIcon().setAlpha(255);
|
||||
}
|
||||
|
||||
setChildrenState(messageInputView, true);
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user