fix reveal button not updating in ViewThreadActivity (#1652)

This commit is contained in:
Konrad Pozniak 2020-01-29 19:16:12 +01:00 committed by GitHub
parent 7d5a9da992
commit 27d464351b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -208,6 +208,7 @@ public final class ViewThreadFragment extends SFragment implements
statuses.setPairedItem(i, newViewData);
}
adapter.setStatuses(statuses.getPairedCopy());
updateRevealIcon();
}
private boolean allExpanded() {