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 = ({