main
Conny Duck 5 years ago
parent cec5444e22
commit 9899eff8d2
  1. 2
      app/src/main/java/com/keylesspalace/tusky/fragment/NotificationsFragment.java

@ -335,7 +335,7 @@ public class NotificationsFragment extends SFragment implements
Either<Placeholder, Notification> first = CollectionsKt.firstOrNull(this.notifications);
String topId;
if (first != null && first.isRight()) {
topId = first.getAsRight().getId();
topId = first.asRight().getId();
} else {
topId = null;
}

Loading…
Cancel
Save