mirror of
https://github.com/accelforce/Yuito
synced 2024-12-24 14:53:12 +01:00
[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)
|
.setIsExpanded(expanded)
|
||||||
.createStatusViewData();
|
.createStatusViewData();
|
||||||
statuses.setPairedItem(position, newViewData);
|
statuses.setPairedItem(position, newViewData);
|
||||||
adapter.setItem(position, newViewData, false);
|
adapter.setItem(position, newViewData, true);
|
||||||
updateRevealIcon();
|
updateRevealIcon();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user