fix: loading not centered
This commit is contained in:
parent
658585b572
commit
7319e5a1a6
2 changed files with 5 additions and 5 deletions
|
|
@ -122,10 +122,10 @@ class AddViewModel extends ChangeNotifier {
|
|||
debugPrint("Oupsie daysie, ${result.error}");
|
||||
}
|
||||
notifyListeners();
|
||||
_ownerRepository.liveOwners().listen((Owner owner) {
|
||||
_owners.add(owner);
|
||||
notifyListeners();
|
||||
});
|
||||
// _ownerRepository.liveOwners().listen((Owner owner) {
|
||||
// _owners.add(owner);
|
||||
// notifyListeners();
|
||||
// });
|
||||
return result;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Reference in a new issue