kopia lustrzana https://github.com/ryukoposting/Signal-Android
rodzic
6de789dfe3
commit
8c0160937b
|
@ -213,7 +213,7 @@ class ConversationListAdapter extends PagedListAdapter<Conversation, RecyclerVie
|
||||||
}
|
}
|
||||||
|
|
||||||
void selectAllThreads() {
|
void selectAllThreads() {
|
||||||
for (int i = 0; i < getItemCount(); i++) {
|
for (int i = 0; i < super.getItemCount(); i++) {
|
||||||
Conversation conversation = getItem(i);
|
Conversation conversation = getItem(i);
|
||||||
if (conversation != null && conversation.getThreadRecord().getThreadId() != -1) {
|
if (conversation != null && conversation.getThreadRecord().getThreadId() != -1) {
|
||||||
batchSet.put(conversation.getThreadRecord().getThreadId(), conversation);
|
batchSet.put(conversation.getThreadRecord().getThreadId(), conversation);
|
||||||
|
|
Ładowanie…
Reference in New Issue