forked from firka/student-legacy
added key
This commit is contained in:
parent
236c34dbe6
commit
28ce83765a
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user