Skip to content

Commit

Permalink
removed mock call
Browse files Browse the repository at this point in the history
  • Loading branch information
vaibhav-init committed Feb 1, 2024
1 parent 54a47a3 commit 74f52b5
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions lib/features /chat/presentation/home_view.dart
Original file line number Diff line number Diff line change
Expand Up @@ -152,9 +152,6 @@ class HomeViewState extends State<HomeView> {
}
},
onTapUp: (details) async {
context.read<ChatBloc>().add(
GetChatData(text: 'Who is Vaibhav Lakhera '),
);
setState(() {
isListening = false;
});
Expand Down

0 comments on commit 74f52b5

Please sign in to comment.