refactor: Avoid redundant async

This commit is contained in:
Christian Kußowski 2026-02-19 08:47:10 +01:00
commit d08364688e
No known key found for this signature in database
GPG key ID: E067ECD60F1A0652
15 changed files with 153 additions and 166 deletions

View file

@ -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 &&