refactor: Remove broken push error reporter
This commit is contained in:
parent
c4af7851b0
commit
6fa6c008f0
3 changed files with 0 additions and 36 deletions
|
|
@ -14,7 +14,6 @@ import 'package:fluffychat/config/app_config.dart';
|
|||
import 'package:fluffychat/l10n/l10n.dart';
|
||||
import 'package:fluffychat/utils/client_download_content_extension.dart';
|
||||
import 'package:fluffychat/utils/client_manager.dart';
|
||||
import 'package:fluffychat/utils/error_reporter.dart';
|
||||
import 'package:fluffychat/utils/matrix_sdk_extensions/matrix_locals.dart';
|
||||
import 'package:fluffychat/utils/platform_infos.dart';
|
||||
|
||||
|
|
@ -38,9 +37,6 @@ Future<void> pushHelper(
|
|||
} catch (e, s) {
|
||||
Logs().e('Push Helper has crashed! Writing into temporary file', e, s);
|
||||
|
||||
const ErrorReporter(null, 'Push Helper has crashed!')
|
||||
.writeToTemporaryErrorLogFile(e, s);
|
||||
|
||||
l10n ??= await lookupL10n(const Locale('en'));
|
||||
flutterLocalNotificationsPlugin.show(
|
||||
notification.roomId?.hashCode ?? 0,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue