mirror of
https://github.com/zjs81/meshcore-open.git
synced 2026-04-20 22:13:48 +00:00
Working on Parsing room server messages.
This commit is contained in:
parent
35e866abfb
commit
fca810737d
2 changed files with 1238 additions and 1 deletions
|
|
@ -22,6 +22,7 @@ import '../widgets/room_login_dialog.dart';
|
|||
import '../widgets/unread_badge.dart';
|
||||
import 'channels_screen.dart';
|
||||
import 'chat_screen.dart';
|
||||
import 'room_chat_screen.dart';
|
||||
import 'map_screen.dart';
|
||||
import 'repeater_hub_screen.dart';
|
||||
import 'settings_screen.dart';
|
||||
|
|
@ -450,7 +451,7 @@ class _ContactsScreenState extends State<ContactsScreen>
|
|||
Navigator.push(
|
||||
context,
|
||||
MaterialPageRoute(
|
||||
builder: (context) => ChatScreen(contact: room),
|
||||
builder: (context) => RoomChatScreen(contact: room),
|
||||
),
|
||||
);
|
||||
},
|
||||
|
|
|
|||
1236
lib/screens/room_chat_screen.dart
Normal file
1236
lib/screens/room_chat_screen.dart
Normal file
File diff suppressed because it is too large
Load diff
Loading…
Add table
Add a link
Reference in a new issue