mirror of
https://github.com/rustdesk/rustdesk.git
synced 2025-08-17 20:00:25 +08:00
opt mobile unread and autoSizeTextField
Signed-off-by: 21pages <pages21@163.com>
This commit is contained in:
@ -25,7 +25,7 @@ import 'model.dart';
|
||||
class MessageKey {
|
||||
final String peerId;
|
||||
final int connId;
|
||||
bool get isOut => connId != ChatModel.clientModeID;
|
||||
bool get isOut => connId == ChatModel.clientModeID;
|
||||
|
||||
MessageKey(this.peerId, this.connId);
|
||||
|
||||
|
Reference in New Issue
Block a user