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