mirror of
https://git.selfprivacy.org/kherel/selfprivacy.org.app.git
synced 2025-02-02 22:26:52 +00:00
hotfix: Backups unable to init
This commit is contained in:
parent
66b487545f
commit
04401e3c00
|
@ -66,6 +66,9 @@ class BackupsUnititialized extends BackupsState {
|
|||
@override
|
||||
List<Object> get props => [];
|
||||
|
||||
@override
|
||||
bool get preventActions => false;
|
||||
|
||||
@override
|
||||
BackupsUnititialized copyWith({
|
||||
final BackblazeBucket? backblazeBucket,
|
||||
|
|
Loading…
Reference in a new issue