mirror of
https://git.selfprivacy.org/kherel/selfprivacy.org.app.git
synced 2025-01-27 11:16:45 +00:00
Fix extending volume button error
This commit is contained in:
parent
5f13be9339
commit
580da306e1
|
@ -135,7 +135,7 @@ class _ExtendingVolumePageState extends State<ExtendingVolumePage> {
|
||||||
const SizedBox(height: 16),
|
const SizedBox(height: 16),
|
||||||
FilledButton(
|
FilledButton(
|
||||||
title: 'providers.storage.extend_volume_button.title'.tr(),
|
title: 'providers.storage.extend_volume_button.title'.tr(),
|
||||||
onPressed: null,
|
onPressed: _isError ? null : () => {},
|
||||||
disabled: _isError,
|
disabled: _isError,
|
||||||
),
|
),
|
||||||
const SizedBox(height: 16),
|
const SizedBox(height: 16),
|
||||||
|
|
Loading…
Reference in a new issue