File tree 2 files changed +1
-2
lines changed
2 files changed +1
-2
lines changed Original file line number Diff line number Diff line change 1
- import 'package:fluffychat/widgets/future_loading_dialog.dart' ;
2
1
import 'package:flutter/widgets.dart' ;
3
2
4
3
import 'package:file_picker/file_picker.dart' ;
5
4
import 'package:file_selector/file_selector.dart' ;
6
5
7
6
import 'package:fluffychat/utils/platform_infos.dart' ;
8
7
import 'package:fluffychat/widgets/app_lock.dart' ;
8
+ import 'package:fluffychat/widgets/future_loading_dialog.dart' ;
9
9
10
10
Future <List <XFile >> selectFiles (
11
11
BuildContext context, {
Original file line number Diff line number Diff line change @@ -21,7 +21,6 @@ extension LocalNotificationsExtension on MatrixState {
21
21
..load ();
22
22
23
23
void showLocalNotification (Event event) async {
24
- Logs ().wtf ('NOTIFICATION' , event.toJson ());
25
24
final roomId = event.room.id;
26
25
if (activeRoomId == roomId) {
27
26
if (kIsWeb && webHasFocus) return ;
You can’t perform that action at this time.
0 commit comments