fix channels_screen

This commit is contained in:
PacoX
2026-05-28 09:18:42 +02:00
parent 2e767730fd
commit 89360c8bc2
+1 -1
View File
@@ -280,7 +280,7 @@ class _ChannelsScreenState extends State<ChannelsScreen>
),
buildDefaultDragHandles: false,
itemCount: filteredChannels.length,
onReorderItem: (oldIndex, newIndex) {
onReorder: (oldIndex, newIndex) {
final reordered = List<Channel>.from(
filteredChannels,
);