diff --git a/fastlane/metadata/en-US/release_notes.txt b/fastlane/metadata/en-US/release_notes.txt index 02cc11af..bb8a87a3 100644 --- a/fastlane/metadata/en-US/release_notes.txt +++ b/fastlane/metadata/en-US/release_notes.txt @@ -1,2 +1,3 @@ Enjoy toooting! This version includes following improvements and fixes: +- Long press avatar in tab bar to quickly switch to another account - Fix poll notifications wrongly greyed out \ 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 2f150245..497f93a3 100644 --- a/fastlane/metadata/zh-Hans/release_notes.txt +++ b/fastlane/metadata/zh-Hans/release_notes.txt @@ -1,2 +1,3 @@ tooot-ing愉快!此版本包括以下改进和修复: +- 长按底部菜单头像快速切换账户 - 修复投票通知显示 \ No newline at end of file diff --git a/src/screens/Tabs/Me/Root/Logout.tsx b/src/screens/Tabs/Me/Root/Logout.tsx index 25375653..fa48fb29 100644 --- a/src/screens/Tabs/Me/Root/Logout.tsx +++ b/src/screens/Tabs/Me/Root/Logout.tsx @@ -1,7 +1,6 @@ import Button from '@components/Button' import haptics from '@components/haptics' import { removeAccount, useGlobalStorage } from '@utils/storage/actions' -import { StyleConstants } from '@utils/styles/constants' import React from 'react' import { useTranslation } from 'react-i18next' import { Alert } from 'react-native' @@ -15,11 +14,6 @@ const Logout: React.FC = () => {