chore: Follow up format
This commit is contained in:
parent
582f4fb9ed
commit
e4b8d45715
2 changed files with 1 additions and 2 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue