kopia lustrzana https://gitlab.com/mysocialportal/relatica
Fix wait for "add to circle" with await
rodzic
0738429a69
commit
14a69d2a72
|
@ -199,7 +199,7 @@ class _UserProfileScreenState extends ConsumerState<UserProfileScreen> {
|
|||
isUpdating = true;
|
||||
});
|
||||
if (isAdding) {
|
||||
ref
|
||||
await ref
|
||||
.watch(circlesProvider(profile).notifier)
|
||||
.addConnectionToCircle(g, connectionProfile);
|
||||
} else {
|
||||
|
|
Ładowanie…
Reference in New Issue