Page Menu
Home
Phabricator
Search
Configure Global Search
Log In
Files
F3497028
D14146.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
851 B
Referenced Files
None
Subscribers
None
D14146.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
@@ -29,7 +29,10 @@
useDispatchActionPromise,
type DispatchActionPromise,
} from 'lib/utils/redux-promise-utils.js';
-import { usingCommServicesAccessToken } from 'lib/utils/services-utils.js';
+import {
+ usingCommServicesAccessToken,
+ usingRestoreFlow,
+} from 'lib/utils/services-utils.js';
import type { ProfileNavigationProp } from './profile.react.js';
import { deleteNativeCredentialsFor } from '../account/native-credentials.js';
@@ -255,7 +258,7 @@
}
let linkedDevices;
- if (__DEV__) {
+ if (usingRestoreFlow) {
linkedDevices = (
<ProfileRow content="Linked devices" onPress={this.onPressDevices} />
);
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Fri, Dec 20, 5:35 PM (17 h, 9 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
2674057
Default Alt Text
D14146.diff (851 B)
Attached To
Mode
D14146: [native] Enable linked devices screen when using restore flow
Attached
Detach File
Event Timeline
Log In to Comment