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,
children: [
CustomSegmentedControl(
key: const ValueKey('vibration_key'),
onChanged: (v) {
settingsProvider.update(
vibrate: v == 1