mirror of
https://github.com/TwidereProject/Twidere-Android
synced 2025-01-19 03:29:58 +01:00
fixed NPE
This commit is contained in:
parent
2a11976f17
commit
eebe6508ac
@ -510,7 +510,7 @@ class GetMessagesTask(
|
||||
this.participants = participants + ParcelableUserUtils.fromUser(user, accountKey)
|
||||
}
|
||||
}
|
||||
participants.sortBy(ParcelableUser::screen_name)
|
||||
this.participants.sortBy(ParcelableUser::screen_name)
|
||||
}
|
||||
|
||||
private fun Map<String, List<ParcelableMessage>>.findLastReadTimestamp(conversationId: String, lastReadEventId: String?): Long {
|
||||
|
Loading…
Reference in New Issue
Block a user