Page MenuHomePhabricator

D6035.id20122.diff
No OneTemporary

D6035.id20122.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
@@ -150,7 +150,7 @@
setLoading(false);
}, []);
- const handleStyle = React.useMemo(
+ const backgroundStyle = React.useMemo(
() => ({
backgroundColor: '#242529',
}),
@@ -178,7 +178,7 @@
bottomSheet = (
<BottomSheet
snapPoints={snapPoints}
- backgroundStyle={handleStyle}
+ backgroundStyle={backgroundStyle}
handleIndicatorStyle={bottomSheetHandleIndicatorStyle}
enablePanDownToClose={true}
onChange={onBottomSheetChange}
@@ -188,6 +188,7 @@
source={source}
onMessage={handleMessage}
onLoad={onWebViewLoaded}
+ style={backgroundStyle}
incognito={true}
/>
</BottomSheet>

File Metadata

Mime Type
text/plain
Expires
Fri, Dec 20, 10:16 AM (14 h, 38 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
2681416
Default Alt Text
D6035.id20122.diff (897 B)

Event Timeline