add high dpi stadiamaps

This commit is contained in:
ericz
2026-05-23 17:21:23 +02:00
parent fc67d8d5aa
commit 09a83c4f22
2 changed files with 35 additions and 5 deletions
+1 -1
View File
@@ -273,7 +273,7 @@ class _ChannelsScreenState extends State<ChannelsScreen>
),
buildDefaultDragHandles: false,
itemCount: filteredChannels.length,
onReorder: (oldIndex, newIndex) {
onReorderItem: (oldIndex, newIndex) {
if (newIndex > oldIndex) newIndex -= 1;
final reordered = List<Channel>.from(
filteredChannels,