Page Menu
Home
Phabricator
Search
Configure Global Search
Log In
Files
F3441284
D9565.id32364.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
D9565.id32364.diff
View Options
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
@@ -87,7 +87,7 @@
}
render() {
- let developerTools, defaultNotifications;
+ let developerTools, defaultNotifications, keyserverSelection;
const { staffCanSee, isAccountWithPassword } = this.props;
if (staffCanSee) {
developerTools = (
@@ -100,6 +100,13 @@
onPress={this.onPressDefaultNotifications}
/>
);
+
+ keyserverSelection = (
+ <ProfileRow
+ content="Keyserver selection"
+ onPress={this.onPressKeyserverSelection}
+ />
+ );
}
let backupMenu;
@@ -182,6 +189,7 @@
</View>
<View style={this.props.styles.section}>
{linkedDevices}
+ {keyserverSelection}
<ProfileRow content="Build info" onPress={this.onPressBuildInfo} />
{developerTools}
</View>
@@ -314,6 +322,10 @@
onPressBackupMenu = () => {
this.navigateIfActive(BackupMenuRouteName);
};
+
+ onPressKeyserverSelection = () => {
+ // TODO
+ };
}
const unboundStyles = {
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Wed, Dec 11, 2:30 AM (1 h, 1 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
2643229
Default Alt Text
D9565.id32364.diff (1 KB)
Attached To
Mode
D9565: [native] introduce Keyserver selection settings panel in user settings
Attached
Detach File
Event Timeline
Log In to Comment