[Tusky10] Fix recollapsing expanded sensitive content in the thread view (#1689)
This commit is contained in:
parent
185bfeb9f3
commit
04275b4073
|
@ -328,7 +328,7 @@ public final class ViewThreadFragment extends SFragment implements
|
|||
.setIsExpanded(expanded)
|
||||
.createStatusViewData();
|
||||
statuses.setPairedItem(position, newViewData);
|
||||
adapter.setItem(position, newViewData, false);
|
||||
adapter.setItem(position, newViewData, true);
|
||||
updateRevealIcon();
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue