Watermark posts in screenshots (#9637)

* watermark posts in screenshots

* disable when app is backgrounded

* fix alignment

* show watermark even when there isn't a button
This commit is contained in:
Samuel Newman
2026-01-15 05:03:13 +02:00
committed by GitHub
parent 65faee4f08
commit ab85b509c0
5 changed files with 89 additions and 9 deletions
@@ -381,7 +381,7 @@ const ThreadItemAnchorInner = memo(function ThreadItemAnchorInner({
</View>
</Link>
{showFollowButton && (
<View collapsable={false}>
<View collapsable={false} style={[a.self_center]}>
<ThreadItemAnchorFollowButton did={post.author.did} />
</View>
)}