This commit is contained in:
Grishka 2023-06-20 22:56:37 +03:00
parent 90a93ffba6
commit a04522ff72
1 changed files with 1 additions and 0 deletions

View File

@ -353,6 +353,7 @@ public class MediaGridStatusDisplayItem extends StatusDisplayItem{
private void hideSensitive(){
if(!item.sensitiveRevealed)
return;
updateBlurhashInSensitiveOverlay();
item.sensitiveRevealed=false;
V.setVisibilityAnimated(sensitiveOverlay, View.VISIBLE, ()->layout.setVisibility(View.INVISIBLE));
}