diff --git a/src/components/Timeline/Shared/Actioned.tsx b/src/components/Timeline/Shared/Actioned.tsx index a0fb206e..f613ec95 100644 --- a/src/components/Timeline/Shared/Actioned.tsx +++ b/src/components/Timeline/Shared/Actioned.tsx @@ -35,7 +35,7 @@ const TimelineActioned: React.FC = ({ action, isNotification, ...rest }) content={content} emojis={account.emojis} size='S' - style={{ color: action === 'admin.report' ? colors.red : colors.primaryDefault }} + style={{ flex: 1, color: action === 'admin.report' ? colors.red : colors.primaryDefault }} /> ) diff --git a/src/screens/Tabs/index.tsx b/src/screens/Tabs/index.tsx index 25ef1873..4bcb6763 100644 --- a/src/screens/Tabs/index.tsx +++ b/src/screens/Tabs/index.tsx @@ -59,7 +59,7 @@ const ScreenTabs = () => { case 'Tab-Me': return ( <> - haptics('Light')}> + { onValueChange={async () => { if (!account.active) { await setAccount(account.key) - haptics('Light') } }} > @@ -144,17 +143,7 @@ const ScreenTabs = () => { {() => null} - ({ - // tabLongPress: () => { - // haptics('Light') - // navigation.navigate('Tab-Me', { screen: 'Tab-Me-Root' }) - // navigation.navigate('Tab-Me', { screen: 'Tab-Me-Switch' }) - // } - // })} - /> + ) }