Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master'
Browse files Browse the repository at this point in the history
  • Loading branch information
Codel1417 committed Dec 15, 2024
2 parents 67c3b67 + c66b05c commit 3c2f291
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions lib/main.dart
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,6 @@ import 'Frontend/utils.dart';
import 'constants.dart';
import 'l10n/messages_all_locales.dart';

//late SharedPreferences prefs;

FutureOr<SentryEvent?> beforeSend(SentryEvent event, Hint hint) async {
bool reportingEnabled = HiveProxy.getOrDefault(settings, "allowErrorReporting", defaultValue: true);
if (reportingEnabled) {
Expand Down

0 comments on commit 3c2f291

Please sign in to comment.