Merge pull request #3248 from pangeachat/3243-add-timeout-to-language-change

chore: remove wait for sync when updating learning settings
This commit is contained in:
ggurdin 2025-06-25 16:01:48 -04:00 committed by GitHub
commit 4b1c2842a2
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

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();