Fix RTL post alignment on native
This commit is contained in:
@@ -405,6 +405,7 @@ const ThreadItemAnchorInner = memo(function ThreadItemAnchorInner({
|
||||
enableTags
|
||||
selectable
|
||||
value={richText}
|
||||
language={record.langs?.[0]}
|
||||
style={[a.flex_1, a.text_lg]}
|
||||
authorHandle={post.author.handle}
|
||||
shouldProxyLinks={true}
|
||||
|
||||
@@ -327,6 +327,7 @@ const ThreadItemPostInner = memo(function ThreadItemPostInner({
|
||||
<RichText
|
||||
enableTags
|
||||
value={richText}
|
||||
language={record.langs?.[0]}
|
||||
style={[a.flex_1, a.text_md]}
|
||||
numberOfLines={limitLines ? MAX_POST_LINES : undefined}
|
||||
authorHandle={post.author.handle}
|
||||
|
||||
@@ -355,6 +355,7 @@ const ThreadItemTreePostInner = memo(function ThreadItemTreePostInner({
|
||||
<RichText
|
||||
enableTags
|
||||
value={richText}
|
||||
language={record.langs?.[0]}
|
||||
style={[a.flex_1, a.text_md]}
|
||||
numberOfLines={limitLines ? MAX_POST_LINES : undefined}
|
||||
authorHandle={post.author.handle}
|
||||
|
||||
Reference in New Issue
Block a user