Skip to content

Commit

Permalink
code clean up
Browse files Browse the repository at this point in the history
  • Loading branch information
HemantKArya committed Nov 27, 2024
1 parent 7d2c48b commit 053bbd6
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions lib/services/db/cubit/bloomee_db_cubit.dart
Original file line number Diff line number Diff line change
Expand Up @@ -53,10 +53,10 @@ class BloomeeDBCubit extends Cubit<MediadbState> {
// rankIndex = rankIndex.toSet().toList();
// orgMediaList.toSet().toList();
List<MediaItemDB> reorderedList = orgMediaList;
orgMediaList.forEach((element) {
log('orgMEdia - ${element.id} - ${element.title}',
name: "BloomeeDBCubit");
});
// orgMediaList.forEach((element) {
// log('orgMEdia - ${element.id} - ${element.title}',
// name: "BloomeeDBCubit");
// });
log(rankIndex.toString(), name: "BloomeeDBCubit");
if (rankIndex.length == orgMediaList.length) {
reorderedList = rankIndex
Expand Down

0 comments on commit 053bbd6

Please sign in to comment.