mirror of
https://gitlab.com/comunic/comunicmobile
synced 2024-11-22 12:59:21 +00:00
Remove useless code
This commit is contained in:
parent
b0cfeec513
commit
70eb088756
@ -63,8 +63,6 @@ class _ConversationScreenState extends SafeState<ConversationScreen> {
|
||||
ScrollWatcher _scrollController;
|
||||
_OlderMessagesLevel _loadingOlderMessages = _OlderMessagesLevel.NONE;
|
||||
|
||||
bool get _isWriting => !_isSendingMessage && _textController.text.isNotEmpty;
|
||||
|
||||
String get textMessage => _textController.text;
|
||||
|
||||
bool get _isMessageValid =>
|
||||
|
Loading…
Reference in New Issue
Block a user