mirror of
https://gitlab.com/famedly/fluffychat.git
synced 2025-02-17 14:30:40 +01:00
fix: Analyzer
This commit is contained in:
parent
797ace3948
commit
b0bcdfcb51
@ -202,7 +202,6 @@ class ChatListView extends StatelessWidget {
|
||||
final totalCount = rooms.length;
|
||||
return ListView.builder(
|
||||
itemCount: totalCount,
|
||||
controller: controller.scrollController,
|
||||
itemBuilder: (BuildContext context, int i) =>
|
||||
ChatListItem(
|
||||
rooms[i],
|
||||
|
Loading…
x
Reference in New Issue
Block a user