aboutsummaryrefslogtreecommitdiff
path: root/lib/util/notifications.dart
diff options
context:
space:
mode:
Diffstat (limited to 'lib/util/notifications.dart')
-rw-r--r--lib/util/notifications.dart4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/util/notifications.dart b/lib/util/notifications.dart
index 91280da..c652600 100644
--- a/lib/util/notifications.dart
+++ b/lib/util/notifications.dart
@@ -1,4 +1,4 @@
-import 'package:open_file/open_file.dart';
+// import 'package:open_file/open_file.dart';
import 'package:flutter_local_notifications/flutter_local_notifications.dart';
/// Handles all the notification related things.
@@ -19,7 +19,7 @@ class Notifications {
/// Is called when the notification is pressed.
static Future<dynamic> selectNotification(String? payload) async {
if (payload != null) {
- OpenFile.open(payload, type: "*/*"); // TODO: FIXME: Still doesnt work (sometimes)
+ // OpenFile.open(payload, type: "*/*");
}
}