Page MenuHomePhabricator

D12192.diff
No OneTemporary

D12192.diff

diff --git a/native/account/logged-out-modal.react.js b/native/account/logged-out-modal.react.js
--- a/native/account/logged-out-modal.react.js
+++ b/native/account/logged-out-modal.react.js
@@ -213,11 +213,6 @@
},
};
-type Props = {
- +navigation: RootNavigationProp<'LoggedOutModal'>,
- +route: NavigationRoute<'LoggedOutModal'>,
-};
-
const isForegroundSelector = createIsForegroundSelector(
LoggedOutModalRouteName,
);
@@ -237,6 +232,10 @@
+nextMode: LoggedOutMode,
};
+type Props = {
+ +navigation: RootNavigationProp<'LoggedOutModal'>,
+ +route: NavigationRoute<'LoggedOutModal'>,
+};
const ConnectedLoggedOutModal: React.ComponentType<Props> = React.memo<Props>(
function ConnectedLoggedOutModal(props: Props) {
const mountedRef = React.useRef(false);

File Metadata

Mime Type
text/plain
Expires
Sun, Nov 24, 11:17 AM (19 h, 21 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
2575151
Default Alt Text
D12192.diff (790 B)

Event Timeline