chore: Follow up format

This commit is contained in:
krille-chan 2025-02-02 10:50:33 +01:00
commit e4b8d45715
No known key found for this signature in database
2 changed files with 1 additions and 2 deletions

View file

@ -21,7 +21,6 @@ extension LocalNotificationsExtension on MatrixState {
..load();
void showLocalNotification(Event event) async {
Logs().wtf('NOTIFICATION', event.toJson());
final roomId = event.room.id;
if (activeRoomId == roomId) {
if (kIsWeb && webHasFocus) return;