Skip to content

Commit 0f2ba92

Browse files
authored
fix: remove safeAreaInset in Webview (#1275)
1 parent 83a9172 commit 0f2ba92

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

packages/kit/src/views/Onboarding/screens/CreateWallet/BehindTheScene/ProcessAutoTyping.tsx

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@ import {
1818
PresenceTransition,
1919
Pressable,
2020
TypeWriter,
21-
useSafeAreaInsets,
2221
} from '@onekeyhq/components';
2322
import platformEnv from '@onekeyhq/shared/src/platformEnv';
2423

@@ -56,7 +55,6 @@ function ProcessAutoTyping({
5655
minHeight,
5756
}: IProcessAutoTypingProps) {
5857
const intl = useIntl();
59-
const inserts = useSafeAreaInsets();
6058

6159
const emitter = useRef(new CrossEventEmitter());
6260
const isWalletCreatedRef = useRef(false);

0 commit comments

Comments
 (0)