Skip to content

Commit

Permalink
[downloads] show most recent on top
Browse files Browse the repository at this point in the history
  • Loading branch information
BrightDV committed Aug 3, 2024
1 parent 6e28cd7 commit 3793957
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/Screens/downloads.dart
Original file line number Diff line number Diff line change
Expand Up @@ -205,6 +205,7 @@ class DownloadsList extends StatelessWidget {
separatedRecords[1].add(record);
}
}
separatedRecords[1] = separatedRecords[1].reversed.toList();
return SingleChildScrollView(
child: Padding(
padding: EdgeInsets.symmetric(horizontal: 5),
Expand Down

0 comments on commit 3793957

Please sign in to comment.