mirror of
https://gitlab.com/nkming2/nc-photos.git
synced 2025-02-02 06:46:22 +01:00
Fix trivial warnings
This commit is contained in:
parent
b04803e3bd
commit
c7176692d3
2 changed files with 1 additions and 2 deletions
|
@ -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 {
|
||||
|
|
|
@ -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;
|
||||
|
||||
|
|
Loading…
Reference in a new issue