We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 83a9172 commit 0f2ba92Copy full SHA for 0f2ba92
packages/kit/src/views/Onboarding/screens/CreateWallet/BehindTheScene/ProcessAutoTyping.tsx
@@ -18,7 +18,6 @@ import {
18
PresenceTransition,
19
Pressable,
20
TypeWriter,
21
- useSafeAreaInsets,
22
} from '@onekeyhq/components';
23
import platformEnv from '@onekeyhq/shared/src/platformEnv';
24
@@ -56,7 +55,6 @@ function ProcessAutoTyping({
56
55
minHeight,
57
}: IProcessAutoTypingProps) {
58
const intl = useIntl();
59
- const inserts = useSafeAreaInsets();
60
61
const emitter = useRef(new CrossEventEmitter());
62
const isWalletCreatedRef = useRef(false);
0 commit comments