Fix failed test

This commit is contained in:
PacoX
2026-06-16 15:01:10 +02:00
parent 8273c416b5
commit 445a18a83f
6 changed files with 52 additions and 23 deletions
+1 -1
View File
@@ -281,7 +281,7 @@ class _ChannelsScreenState extends State<ChannelsScreen>
),
buildDefaultDragHandles: false,
itemCount: filteredChannels.length,
onReorderItem: (oldIndex, newIndex) {
onReorder: (oldIndex, newIndex) {
final reordered = List<Channel>.from(
filteredChannels,
);