From 5171d9c208d36746e205164ee13c40f069ef1719 Mon Sep 17 00:00:00 2001 From: Sahil Kumar Date: Tue, 27 Jun 2023 18:46:26 +0530 Subject: [PATCH] chore(ui): revert example changes Signed-off-by: xsahil03x --- .../example/ios/Runner.xcodeproj/project.pbxproj | 1 - packages/stream_chat_flutter/example/lib/main.dart | 6 +----- 2 files changed, 1 insertion(+), 6 deletions(-) diff --git a/packages/stream_chat_flutter/example/ios/Runner.xcodeproj/project.pbxproj b/packages/stream_chat_flutter/example/ios/Runner.xcodeproj/project.pbxproj index 4c7de605..e5d8f743 100644 --- a/packages/stream_chat_flutter/example/ios/Runner.xcodeproj/project.pbxproj +++ b/packages/stream_chat_flutter/example/ios/Runner.xcodeproj/project.pbxproj @@ -204,7 +204,6 @@ files = ( ); inputPaths = ( - "${TARGET_BUILD_DIR}/${INFOPLIST_PATH}", ); name = "Thin Binary"; outputPaths = ( diff --git a/packages/stream_chat_flutter/example/lib/main.dart b/packages/stream_chat_flutter/example/lib/main.dart index 1db7f73e..332d813b 100644 --- a/packages/stream_chat_flutter/example/lib/main.dart +++ b/packages/stream_chat_flutter/example/lib/main.dart @@ -356,11 +356,7 @@ class _ChannelPageState extends State { ), ); }, - child: defaultWidget.copyWith( - onReplyTap: reply, - // showReactionPicker: true, - // showReactionPickerIndicator: false, - ), + child: defaultWidget.copyWith(onReplyTap: reply), ); }, ),