added key

This commit is contained in:
Kima 2024-04-27 22:16:11 +02:00
parent 236c34dbe6
commit 28ce83765a

View File

@ -374,6 +374,7 @@ class GeneralSettingsScreenState extends State<GeneralSettingsScreen> {
isTransparent: true, isTransparent: true,
children: [ children: [
CustomSegmentedControl( CustomSegmentedControl(
key: const ValueKey('vibration_key'),
onChanged: (v) { onChanged: (v) {
settingsProvider.update( settingsProvider.update(
vibrate: v == 1 vibrate: v == 1