mirror of
https://github.com/tooot-app/app
synced 2025-02-23 07:07:37 +01:00
Fix account description folding
This commit is contained in:
parent
51489e8e26
commit
db6ef36278
@ -1 +1,3 @@
|
|||||||
Enjoy using tooot
|
Enjoy toooting! This version includes following improvements and fixes:
|
||||||
|
- Fix toot attribution of favourites etc.
|
||||||
|
- Fix switching language
|
@ -1 +1,3 @@
|
|||||||
tooot使用愉快
|
toooting愉快!此版本包括以下改进和修复:
|
||||||
|
- 修复嘟文收藏等显示
|
||||||
|
- 修复不能切换语言
|
@ -23,7 +23,13 @@ const AccountInformationNote = React.memo(
|
|||||||
|
|
||||||
return (
|
return (
|
||||||
<View style={styles.note}>
|
<View style={styles.note}>
|
||||||
<ParseHTML content={account.note!} size={'M'} emojis={account.emojis} selectable />
|
<ParseHTML
|
||||||
|
content={account.note!}
|
||||||
|
size={'M'}
|
||||||
|
emojis={account.emojis}
|
||||||
|
selectable
|
||||||
|
numberOfLines={999}
|
||||||
|
/>
|
||||||
</View>
|
</View>
|
||||||
)
|
)
|
||||||
},
|
},
|
||||||
|
Loading…
x
Reference in New Issue
Block a user