hotfix: Backups unable to init

This commit is contained in:
Inex Code 2024-03-14 20:51:14 +03:00
parent 66b487545f
commit 04401e3c00
1 changed files with 3 additions and 0 deletions

View File

@ -66,6 +66,9 @@ class BackupsUnititialized extends BackupsState {
@override
List<Object> get props => [];
@override
bool get preventActions => false;
@override
BackupsUnititialized copyWith({
final BackblazeBucket? backblazeBucket,