chore: remove wait for sync when updating learning settings
This commit is contained in:
parent
5830009166
commit
f1387eb662
1 changed files with 0 additions and 1 deletions
|
|
@ -127,7 +127,6 @@ class SettingsLearningController extends State<SettingsLearning> {
|
|||
context: context,
|
||||
future: () async => pangeaController.userController.updateProfile(
|
||||
(_) => _profile,
|
||||
waitForDataInSync: true,
|
||||
),
|
||||
);
|
||||
Navigator.of(context).pop();
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue