From f7876bbd7e5c7835db73ce64f02fe9f9e5b50c1d Mon Sep 17 00:00:00 2001 From: chrisnojima Date: Wed, 20 May 2026 09:11:27 -0400 Subject: [PATCH] misc android fixes --- shared/android/app/src/main/AndroidManifest.xml | 6 ------ shared/chat/conversation/header-area/index.tsx | 1 + shared/router-v2/router.tsx | 1 + 3 files changed, 2 insertions(+), 6 deletions(-) diff --git a/shared/android/app/src/main/AndroidManifest.xml b/shared/android/app/src/main/AndroidManifest.xml index 47d831f5e573..b790337d942f 100644 --- a/shared/android/app/src/main/AndroidManifest.xml +++ b/shared/android/app/src/main/AndroidManifest.xml @@ -58,12 +58,6 @@ - - - - - - diff --git a/shared/chat/conversation/header-area/index.tsx b/shared/chat/conversation/header-area/index.tsx index ed534a86793b..c298e558cd9e 100644 --- a/shared/chat/conversation/header-area/index.tsx +++ b/shared/chat/conversation/header-area/index.tsx @@ -103,6 +103,7 @@ export const headerNavigationOptions = (route: {params?: {conversationIDKey?: T. // BadgeHeaderUpdater in container.tsx drives unstable_headerLeftItems for the badge count. ...(!isIOS ? { + headerBackVisible: false, headerLeft: (props: HeaderBackButtonProps) => { const {labelStyle, ...rest} = props return diff --git a/shared/router-v2/router.tsx b/shared/router-v2/router.tsx index acaf9e0b3767..4787862e6c16 100644 --- a/shared/router-v2/router.tsx +++ b/shared/router-v2/router.tsx @@ -480,6 +480,7 @@ if (isMobile) { const rootStackScreenOptions = { headerBackButtonDisplayMode: 'minimal', + headerTitleAlign: isAndroid ? 'center' : undefined, } satisfies NativeStackNavigationOptions const modalScreenOptions = ({