chore: remove wait for sync when updating learning settings

This commit is contained in:
ggurdin 2025-06-25 16:01:17 -04:00
parent 5830009166
commit f1387eb662
No known key found for this signature in database
GPG key ID: A01CB41737CBB478

View file

@ -127,7 +127,6 @@ class SettingsLearningController extends State<SettingsLearning> {
context: context,
future: () async => pangeaController.userController.updateProfile(
(_) => _profile,
waitForDataInSync: true,
),
);
Navigator.of(context).pop();