mirror of
https://gitlab.com/nkming2/nc-photos.git
synced 2025-03-14 11:18:54 +01:00
Fix missing parent impl for some methods
This commit is contained in:
parent
88ab3113f6
commit
52b063211f
1 changed files with 2 additions and 2 deletions
|
@ -147,10 +147,10 @@ mixin AlbumBrowserMixin<T extends StatefulWidget>
|
||||||
|
|
||||||
/// Validates the pending modifications
|
/// Validates the pending modifications
|
||||||
@protected
|
@protected
|
||||||
bool validateEditMode();
|
bool validateEditMode() => true;
|
||||||
|
|
||||||
@protected
|
@protected
|
||||||
void doneEditMode();
|
void doneEditMode() {}
|
||||||
|
|
||||||
/// Return a new album with the edits
|
/// Return a new album with the edits
|
||||||
@protected
|
@protected
|
||||||
|
|
Loading…
Reference in a new issue