Skip to content

Commit

Permalink
Added Sentry, presence.dart improved.
Browse files Browse the repository at this point in the history
App will report all crashes
  • Loading branch information
Vonarian committed Mar 21, 2022
1 parent 604d57d commit 64c0d91
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/pages/rss_feed.dart
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,6 @@ class _RSSViewState extends ConsumerState<RSSView> with WidgetsBindingObserver {
try {
await PresenceService()
.configureUserPresence((await deviceInfo.windowsInfo).computerName);
await Dio().get('https://test.com');
rssFeed = await getForum();
ref.read(playSound.notifier).state = prefs.getBool('playSound') ?? true;
} catch (e, st) {
Expand Down

0 comments on commit 64c0d91

Please sign in to comment.