mirror of
https://github.com/rustdesk/rustdesk.git
synced 2025-05-12 19:06:13 +02:00
opt mobile unread and autoSizeTextField
Signed-off-by: 21pages <pages21@163.com>
This commit is contained in:
parent
193426a3c1
commit
745f33a8c1
44 changed files with 160 additions and 46 deletions
|
@ -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);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue