diff --git a/src/view/shell/mobile/MainMenu.tsx b/src/view/shell/mobile/MainMenu.tsx index bf18f764..3efef3c2 100644 --- a/src/view/shell/mobile/MainMenu.tsx +++ b/src/view/shell/mobile/MainMenu.tsx @@ -157,7 +157,7 @@ const styles = StyleSheet.create({ borderRadius: 15, width: 30, height: 30, - marginRight: 5, + marginRight: 8, }, profileText: { fontSize: 15, diff --git a/src/view/shell/mobile/index.tsx b/src/view/shell/mobile/index.tsx index 4541fd92..b8e83e87 100644 --- a/src/view/shell/mobile/index.tsx +++ b/src/view/shell/mobile/index.tsx @@ -108,14 +108,13 @@ export const MobileShell: React.FC = observer(() => { const onDismissLocationNavigator = () => setLocationMenuActive(false) const onPressBack = () => store.nav.tab.goBack() - // const onPressForward = () => store.nav.tab.goForward() + const onPressForward = () => store.nav.tab.goForward() const onPressHome = () => store.nav.navigate('/') const onPressMenu = () => setMainMenuActive(true) - const onPressNotifications = () => store.nav.navigate('/notifications') - const onPressTabs = () => setTabsSelectorActive(true) //store.shell.openModal(new TabsSelectorModel()) + const onPressTabs = () => setTabsSelectorActive(true) const onLongPressBack = () => createBackMenu(store.nav.tab) - // const onLongPressForward = () => createForwardMenu(store.nav.tab) + const onLongPressForward = () => createForwardMenu(store.nav.tab) const goBack = () => store.nav.tab.goBack() const swipeGesture = Gesture.Pan() @@ -195,26 +194,23 @@ export const MobileShell: React.FC = observer(() => { + - { - undefined /* + */ - } - - - @@ -368,11 +364,12 @@ const styles = StyleSheet.create({ }, ctrlCount: { position: 'absolute', - left: 46, + left: 52, top: 10, - backgroundColor: colors.pink3, - paddingHorizontal: 3, - borderRadius: 3, + backgroundColor: colors.red3, + paddingHorizontal: 4, + paddingBottom: 1, + borderRadius: 8, }, ctrlCountLabel: { fontSize: 12,