Fix Flutter SDK update

chore/offband-rebrand
ericz 2 months ago
parent 8682e6ea67
commit bac82dc9e8

@ -273,7 +273,7 @@ class _ChannelsScreenState extends State<ChannelsScreen>
), ),
buildDefaultDragHandles: false, buildDefaultDragHandles: false,
itemCount: filteredChannels.length, itemCount: filteredChannels.length,
onReorder: (oldIndex, newIndex) { onReorderItem: (oldIndex, newIndex) {
if (newIndex > oldIndex) newIndex -= 1; if (newIndex > oldIndex) newIndex -= 1;
final reordered = List<Channel>.from( final reordered = List<Channel>.from(
filteredChannels, filteredChannels,

Loading…
Cancel
Save

Powered by TurnKey Linux.