Skip to content

Commit

Permalink
no scroll controller for now
Browse files Browse the repository at this point in the history
  • Loading branch information
deargosep committed Jan 25, 2022
1 parent 3a1bb78 commit bdb5680
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions lib/screens/chat.dart
Original file line number Diff line number Diff line change
Expand Up @@ -79,11 +79,11 @@ class ChatScreen extends HookWidget {
// // title: Text(data['text']),
// // subtitle: Text(data['author']),
// );
_scrollController.animateTo(
0.0,
curve: Curves.easeOut,
duration: const Duration(milliseconds: 300),
);
// _scrollController.animateTo(
// 0.0,
// curve: Curves.easeOut,
// duration: const Duration(milliseconds: 300),
// );

return Message(
text: data['text'].toString(),
Expand Down

0 comments on commit bdb5680

Please sign in to comment.