Fix trivial warnings

This commit is contained in:
Ming Ming 2021-06-29 18:20:52 +08:00
parent b04803e3bd
commit c7176692d3
2 changed files with 1 additions and 2 deletions

View file

@ -3,7 +3,6 @@ import 'package:logging/logging.dart';
import 'package:nc_photos/account.dart';
import 'package:nc_photos/entity/file.dart';
import 'package:nc_photos/entity/file/data_source.dart';
import 'package:nc_photos/iterable_extension.dart';
import 'package:nc_photos/use_case/ls.dart';
class LsDirBlocItem {

View file

@ -280,7 +280,7 @@ mixin SelectableItemStreamListMixin<T extends StatefulWidget>
final _items = <SelectableItemStreamListItem>[];
final _selectedItems = <SelectableItemStreamListItem>{};
// this unique token is there to keep the globalkey unique
// this unique token is there to keep the global key unique
final _uniqueToken = Uuid().v4();
GlobalObjectKey _gridKey;