diff --git a/native/chat/chat-input-bar.react.js b/native/chat/chat-input-bar.react.js --- a/native/chat/chat-input-bar.react.js +++ b/native/chat/chat-input-bar.react.js @@ -1042,7 +1042,7 @@ disabled={trimMessage(text) === ''} > , + icon: , name: 'compose', position: 1, }, diff --git a/native/chat/inline-multimedia.react.js b/native/chat/inline-multimedia.react.js --- a/native/chat/inline-multimedia.react.js +++ b/native/chat/inline-multimedia.react.js @@ -87,7 +87,7 @@ if (mediaInfo.type === 'video' || mediaInfo.type === 'encrypted_video') { playButton = ( - + ); } diff --git a/native/chat/settings/compose-subchannel-modal.react.js b/native/chat/settings/compose-subchannel-modal.react.js --- a/native/chat/settings/compose-subchannel-modal.react.js +++ b/native/chat/settings/compose-subchannel-modal.react.js @@ -83,7 +83,7 @@ {threadTypeDescriptions[threadTypes.COMMUNITY_OPEN_SUBTHREAD]} @@ -99,7 +99,7 @@ {threadTypeDescriptions[threadTypes.COMMUNITY_SECRET_SUBTHREAD]} diff --git a/native/chat/settings/thread-settings-list-action.react.js b/native/chat/settings/thread-settings-list-action.react.js --- a/native/chat/settings/thread-settings-list-action.react.js +++ b/native/chat/settings/thread-settings-list-action.react.js @@ -115,7 +115,7 @@ - + - + ); } let flashIcon; if (flashMode === RNCamera.Constants.FlashMode.on) { - flashIcon = ; + flashIcon = ; } else if (flashMode === RNCamera.Constants.FlashMode.off) { - flashIcon = ; + flashIcon = ; } else { flashIcon = ( <> - + A ); diff --git a/native/profile/profile-screen.react.js b/native/profile/profile-screen.react.js --- a/native/profile/profile-screen.react.js +++ b/native/profile/profile-screen.react.js @@ -73,7 +73,7 @@ return ( - + ); }