mirror of
https://gitlab.com/nkming2/nc-photos.git
synced 2025-01-23 01:06:21 +01:00
Fix missing return type
This commit is contained in:
parent
65a58368fb
commit
1c476be689
1 changed files with 1 additions and 1 deletions
|
@ -125,7 +125,7 @@ mixin AlbumViewerMixin<T extends StatefulWidget>
|
|||
}
|
||||
|
||||
@protected
|
||||
get isEditMode => _isEditMode;
|
||||
bool get isEditMode => _isEditMode;
|
||||
|
||||
@protected
|
||||
@mustCallSuper
|
||||
|
|
Loading…
Reference in a new issue