mirror of
https://github.com/rebelonion/Dantotsu.git
synced 2026-01-18 07:23:56 +00:00
fix: comment notification at bottom
This commit is contained in:
@@ -129,6 +129,7 @@ class NotificationActivity : AppCompatActivity() {
|
||||
)
|
||||
newNotifications += notification
|
||||
}
|
||||
newNotifications.sortByDescending { it.createdAt }
|
||||
}
|
||||
|
||||
notificationList += newNotifications
|
||||
|
||||
Reference in New Issue
Block a user