From 69ddc95c2c1c594b5a60623e7f1c4885d5440845 Mon Sep 17 00:00:00 2001 From: LucasGGamerM Date: Fri, 28 Apr 2023 15:10:14 -0300 Subject: [PATCH] fix crash when notification markers are null This would happen when an account had 0 notifications and received one. After which, the user would tap on the notification icon on the tab bar and the app would crash. --- .../android/fragments/NotificationsListFragment.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mastodon/src/main/java/org/joinmastodon/android/fragments/NotificationsListFragment.java b/mastodon/src/main/java/org/joinmastodon/android/fragments/NotificationsListFragment.java index 929aec242..18915c7e1 100644 --- a/mastodon/src/main/java/org/joinmastodon/android/fragments/NotificationsListFragment.java +++ b/mastodon/src/main/java/org/joinmastodon/android/fragments/NotificationsListFragment.java @@ -151,7 +151,7 @@ public class NotificationsListFragment extends BaseStatusListFragment