Revert "Updated feedback to include screenshot and drawings"

This reverts commit 7b3c0b4885.
This commit is contained in:
2024-03-17 22:49:59 +01:00
parent ac1ed1a2b0
commit 97b414412d
17 changed files with 111 additions and 186 deletions

View File

@ -121,7 +121,7 @@ class _ChatTileState extends State<ChatTile> {
onTap: () async {
setCurrentAsRead();
ChatView view = ChatView(room: widget.data, selfId: username, avatar: circleAvatar);
TalkNavigator.pushSplitView(context, view, onSecondaryScreen: true);
TalkNavigator.pushSplitView(context, view, overrideToSingleSubScreen: true);
Provider.of<ChatProps>(context, listen: false).setQueryToken(widget.data.token);
},
onLongPress: () {