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:
@@ -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>
|
||||
)}
|
||||
|
||||
Reference in New Issue
Block a user