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,
|
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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user