fix: room actions header not using i18n on tablets (#5510)
This commit is contained in:
parent
7bf7111cfa
commit
6122c71d97
|
@ -116,7 +116,7 @@ const ModalStackNavigator = React.memo(({ navigation }: INavigation) => {
|
|||
<ModalStack.Navigator
|
||||
screenOptions={{ ...defaultHeader, ...themedHeader(theme), ...StackAnimation } as StackNavigationOptions}
|
||||
>
|
||||
<ModalStack.Screen name='RoomActionsView' component={RoomActionsView} />
|
||||
<ModalStack.Screen name='RoomActionsView' component={RoomActionsView} options={RoomActionsView.navigationOptions} />
|
||||
{/* @ts-ignore */}
|
||||
<ModalStack.Screen name='RoomInfoView' component={RoomInfoView} />
|
||||
<ModalStack.Screen name='ReportUserView' component={ReportUserView} />
|
||||
|
|
Loading…
Reference in New Issue