forked from Cutlery/immich
fix: ios flicker
This commit is contained in:
parent
12a1e4c9c6
commit
6c8ac23ef8
@ -50,12 +50,9 @@ class OvernightUploadPage extends HookConsumerWidget {
|
||||
[],
|
||||
);
|
||||
|
||||
return AnimatedSwitcher(
|
||||
duration: const Duration(milliseconds: 500),
|
||||
child: isInProgress
|
||||
return isInProgress
|
||||
? _BackupInProgress(stopBackup)
|
||||
: _OvernightInfo(startBackup),
|
||||
);
|
||||
: _OvernightInfo(startBackup);
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user