refactor: Avoid redundant async
This commit is contained in:
parent
9d007815df
commit
d08364688e
15 changed files with 153 additions and 166 deletions
|
|
@ -90,7 +90,7 @@ class BootstrapDialogState extends State<BootstrapDialog> {
|
|||
context.canPop() ? context.pop(success) : context.go('/rooms');
|
||||
}
|
||||
|
||||
void _decryptLastEvents() async {
|
||||
void _decryptLastEvents() {
|
||||
for (final room in client.rooms) {
|
||||
final event = room.lastEvent;
|
||||
if (event != null &&
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue