fixed NPE

This commit is contained in:
Mariotaku Lee 2017-02-18 15:03:55 +08:00
parent 2a11976f17
commit eebe6508ac
No known key found for this signature in database
GPG Key ID: 15C10F89D7C33535
1 changed files with 1 additions and 1 deletions

View File

@ -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 {