diff --git a/fastlane/metadata/en-US/release_notes.txt b/fastlane/metadata/en-US/release_notes.txt index 284ae423..12b2cab0 100644 --- a/fastlane/metadata/en-US/release_notes.txt +++ b/fastlane/metadata/en-US/release_notes.txt @@ -1 +1,3 @@ -Enjoy using tooot \ No newline at end of file +Enjoy toooting! This version includes following improvements and fixes: +- Fix toot attribution of favourites etc. +- Fix switching language \ No newline at end of file diff --git a/fastlane/metadata/zh-Hans/release_notes.txt b/fastlane/metadata/zh-Hans/release_notes.txt index 5729003f..51453bd1 100644 --- a/fastlane/metadata/zh-Hans/release_notes.txt +++ b/fastlane/metadata/zh-Hans/release_notes.txt @@ -1 +1,3 @@ -tooot使用愉快 \ No newline at end of file +toooting愉快!此版本包括以下改进和修复: +- 修复嘟文收藏等显示 +- 修复不能切换语言 \ No newline at end of file diff --git a/src/screens/Tabs/Shared/Account/Information/Note.tsx b/src/screens/Tabs/Shared/Account/Information/Note.tsx index 1a133ad2..b1f4eda8 100644 --- a/src/screens/Tabs/Shared/Account/Information/Note.tsx +++ b/src/screens/Tabs/Shared/Account/Information/Note.tsx @@ -23,7 +23,13 @@ const AccountInformationNote = React.memo( return ( - + ) },