diff --git a/android/app/build.gradle b/android/app/build.gradle index da02314305..54264e67ef 100644 --- a/android/app/build.gradle +++ b/android/app/build.gradle @@ -90,7 +90,7 @@ android { minSdkVersion rootProject.ext.minSdkVersion targetSdkVersion rootProject.ext.targetSdkVersion versionCode VERSIONCODE as Integer - versionName "4.67.1" + versionName "4.68.1" vectorDrawables.useSupportLibrary = true manifestPlaceholders = [BugsnagAPIKey: BugsnagAPIKey as String] resValue "string", "rn_config_reader_custom_package", "chat.rocket.reactnative" diff --git a/app/containers/message/Message.tsx b/app/containers/message/Message.tsx index 1eedf3b9df..ce32c546e6 100644 --- a/app/containers/message/Message.tsx +++ b/app/containers/message/Message.tsx @@ -167,7 +167,8 @@ const Message = React.memo((props: IMessageTouchable & IMessage) => { accessible={props.isTranslated} accessibilityLabel={props?.msg || ''} accessibilityLanguage={props.autoTranslateLanguage} - index={2}> + index={2} + style={{ flex: 1 }}> {props.isInfo && props.type === 'message_pinned' ? ( diff --git a/app/containers/message/__snapshots__/Message.test.tsx.snap b/app/containers/message/__snapshots__/Message.test.tsx.snap index 4bb85ad01f..5441ced763 100644 --- a/app/containers/message/__snapshots__/Message.test.tsx.snap +++ b/app/containers/message/__snapshots__/Message.test.tsx.snap @@ -32178,6 +32178,11 @@ exports[`Story Snapshots: Encrypted should match snapshot 1`] = ` orderFocusType={0} orderIndex={2} orderKey=":r24:" + style={ + { + "flex": 1, + } + } > CFBundlePackageType APPL CFBundleShortVersionString - 4.67.1 + 4.68.1 CFBundleSignature ???? CFBundleURLTypes diff --git a/ios/ShareRocketChatRN/Info.plist b/ios/ShareRocketChatRN/Info.plist index e33ed2f36d..7a80a3555b 100644 --- a/ios/ShareRocketChatRN/Info.plist +++ b/ios/ShareRocketChatRN/Info.plist @@ -26,7 +26,7 @@ CFBundlePackageType XPC! CFBundleShortVersionString - 4.67.1 + 4.68.1 CFBundleVersion 1 KeychainGroup diff --git a/package.json b/package.json index bd9f8f0a26..8b2ae5df21 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "rocket-chat-reactnative", - "version": "4.67.1", + "version": "4.68.1", "private": true, "packageManager": "yarn@1.22.22", "scripts": {