fixed ios crash

This commit is contained in:
Marton Kiss
2025-02-11 13:15:40 +01:00
parent 1109c08cf5
commit 6568e3c588
4 changed files with 10 additions and 1 deletions

View File

@@ -273,6 +273,9 @@ class EditSubjectScreenState extends State<EditSubjectScreen> {
await databaseProvider.userStore
.storeRenamedSubjects(renamedSubjs, userId: user.id!);
print("USER ID BELOW FOR DEBUG:");
print(user.id);
updateProviders();
Navigator.of(context).pop();