subscriptions feed announcements fix

This commit is contained in:
Kai DeLorenzo 2024-11-23 17:55:01 -05:00
parent 9693b50719
commit 71ba131fb3
No known key found for this signature in database

View file

@ -158,6 +158,9 @@ class SubscriptionsFeedFragment : MainFragment() {
if (c != null) {
_announcementsView = AnnouncementView(c, null).apply {
recyclerData.adapter.viewsToPrepend.add(this)
this.onClose.subscribe {
recyclerData.adapter.viewsToPrepend.remove(this)
}
}
}
}