mirror of
https://github.com/twonlyapp/twonly-app.git
synced 2026-01-15 14:48:41 +00:00
remove print
This commit is contained in:
parent
e21935eedf
commit
8ee1f85a58
1 changed files with 0 additions and 1 deletions
|
|
@ -220,7 +220,6 @@ class _ChatItemDetailsViewState extends State<ChatItemDetailsView> {
|
|||
itemCount: messages.length, // Number of items in the list
|
||||
reverse: true,
|
||||
itemBuilder: (context, i) {
|
||||
print(i);
|
||||
bool lastMessageFromSameUser = false;
|
||||
if (i > 0) {
|
||||
lastMessageFromSameUser =
|
||||
|
|
|
|||
Loading…
Reference in a new issue