mirror of
https://github.com/accelforce/Yuito
synced 2024-12-23 22:04:54 +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)
|
||||
.createStatusViewData();
|
||||
statuses.setPairedItem(position, newViewData);
|
||||
adapter.setItem(position, newViewData, false);
|
||||
adapter.setItem(position, newViewData, true);
|
||||
updateRevealIcon();
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user