Fix #605
This commit is contained in:
parent
90a93ffba6
commit
a04522ff72
|
@ -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));
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue