-
- Downloads
Fix possible index out of bounds exception in ConversationAdapter.
If we're deferring to super.getItem(), then we should be guarding with super.getItemCount().
Loading
Please register or sign in to comment
If we're deferring to super.getItem(), then we should be guarding with super.getItemCount().