mirror of
https://git.selfprivacy.org/kherel/selfprivacy.org.app.git
synced 2025-01-09 17:39:42 +00:00
Merge pull request 'fix(ui): Remove listening of a server volume cubit for migration page' (#400) from migration-button-error into master
Reviewed-on: https://git.selfprivacy.org/SelfPrivacy/selfprivacy.org.app/pulls/400 Reviewed-by: Inex Code <inex.code@selfprivacy.org>
This commit is contained in:
commit
37d2f2fe11
|
@ -44,10 +44,8 @@ class MorePage extends StatelessWidget {
|
||||||
title: 'storage.start_migration_button'.tr(),
|
title: 'storage.start_migration_button'.tr(),
|
||||||
iconData: Icons.drive_file_move_outline,
|
iconData: Icons.drive_file_move_outline,
|
||||||
goTo: () => ServicesMigrationRoute(
|
goTo: () => ServicesMigrationRoute(
|
||||||
diskStatus: context
|
diskStatus:
|
||||||
.watch<ApiServerVolumeCubit>()
|
context.read<ApiServerVolumeCubit>().state.diskStatus,
|
||||||
.state
|
|
||||||
.diskStatus,
|
|
||||||
services: context
|
services: context
|
||||||
.read<ServicesCubit>()
|
.read<ServicesCubit>()
|
||||||
.state
|
.state
|
||||||
|
|
Loading…
Reference in a new issue