fix: comment notification at bottom
This commit is contained in:
parent
23e6323f92
commit
b454a2e3d9
1 changed files with 1 additions and 0 deletions
|
@ -129,6 +129,7 @@ class NotificationActivity : AppCompatActivity() {
|
|||
)
|
||||
newNotifications += notification
|
||||
}
|
||||
newNotifications.sortByDescending { it.createdAt }
|
||||
}
|
||||
|
||||
notificationList += newNotifications
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue