Skip to content

Commit

Permalink
fix conversation opening
Browse files Browse the repository at this point in the history
  • Loading branch information
MistzSoftware committed Jun 20, 2024
1 parent 62de714 commit 79cb990
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/adopte_un_candidat/lib/messages.dart
Original file line number Diff line number Diff line change
Expand Up @@ -145,9 +145,7 @@ class MessagesState extends State<Messages> {
padding: const EdgeInsets.all(10),
child: GestureDetector(
onTap: () {
if (kDebugMode) {
context.pushNamed('chat', extra: {"convId": key});
}
},
child: Container(
decoration: BoxDecoration(
Expand Down

0 comments on commit 79cb990

Please sign in to comment.