fix: comment notification at bottom

This commit is contained in:
rebelonion 2024-03-20 13:08:46 -05:00
parent 23e6323f92
commit b454a2e3d9

View file

@ -129,6 +129,7 @@ class NotificationActivity : AppCompatActivity() {
)
newNotifications += notification
}
newNotifications.sortByDescending { it.createdAt }
}
notificationList += newNotifications