Page Menu
Home
Phabricator
Search
Configure Global Search
Log In
Files
F3364845
D7474.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
1 KB
Referenced Files
None
Subscribers
None
D7474.diff
View Options
diff --git a/native/chat/chat.react.js b/native/chat/chat.react.js
--- a/native/chat/chat.react.js
+++ b/native/chat/chat.react.js
@@ -45,7 +45,7 @@
import ThreadScreenPruner from './thread-screen-pruner.react.js';
import ThreadSettingsButton from './thread-settings-button.react.js';
import ThreadSettingsHeaderTitle from './thread-settings-header-title.react.js';
-import EmojiAvatarCreation from '../components/emoji-avatar-creation.react.js'; // TODO: move this to components
+import EmojiAvatarCreation from '../components/emoji-avatar-creation.react.js';
import KeyboardAvoidingView from '../components/keyboard-avoiding-view.react.js';
import SWMansionIcon from '../components/swmansion-icon.react.js';
import { InputStateContext } from '../input/input-state.js';
@@ -236,7 +236,7 @@
)
: undefined,
headerBackTitleVisible: false,
- headerTitleAlign: areSettingsEnabled ? 'left' : 'center',
+ headerTitleAlign: isSearchEmpty ? 'center' : 'left',
headerLeftContainerStyle: { width: Platform.OS === 'ios' ? 32 : 40 },
};
};
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Tue, Nov 26, 5:21 AM (21 h, 52 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
2583096
Default Alt Text
D7474.diff (1 KB)
Attached To
Mode
D7474: [native] Left-align pending thread header titles
Attached
Detach File
Event Timeline
Log In to Comment