mirror of
https://gitlab.com/veilid/veilidchat.git
synced 2025-08-10 23:20:19 -04:00
deadlock cleanup
This commit is contained in:
parent
23867a1784
commit
2141dbff21
40 changed files with 254 additions and 253 deletions
|
@ -17,7 +17,6 @@ class UserLoginsCubit extends Cubit<UserLoginsState> {
|
|||
switch (change) {
|
||||
case AccountRepositoryChange.userLogins:
|
||||
emit(_accountRepository.getUserLogins());
|
||||
break;
|
||||
// Ignore these
|
||||
case AccountRepositoryChange.localAccounts:
|
||||
case AccountRepositoryChange.activeLocalAccount:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue