Page MenuHomePhabricator

D6035.diff
No OneTemporary

D6035.diff

diff --git a/native/account/siwe-panel.react.js b/native/account/siwe-panel.react.js
--- a/native/account/siwe-panel.react.js
+++ b/native/account/siwe-panel.react.js
@@ -148,7 +148,7 @@
setLoading(false);
}, []);
- const handleStyle = React.useMemo(
+ const backgroundStyle = React.useMemo(
() => ({
backgroundColor: '#242529',
}),
@@ -176,7 +176,7 @@
bottomSheet = (
<BottomSheet
snapPoints={snapPoints}
- backgroundStyle={handleStyle}
+ backgroundStyle={backgroundStyle}
handleIndicatorStyle={bottomSheetHandleIndicatorStyle}
enablePanDownToClose={true}
onChange={onBottomSheetChange}
@@ -186,6 +186,7 @@
source={source}
onMessage={handleMessage}
onLoad={onWebViewLoaded}
+ style={backgroundStyle}
incognito={true}
/>
</BottomSheet>

File Metadata

Mime Type
text/plain
Expires
Fri, Dec 20, 7:50 AM (20 h, 45 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
2681104
Default Alt Text
D6035.diff (897 B)

Event Timeline