Skip to content

Commit

Permalink
fix: remove safeAreaInset in Webview (#1275)
Browse files Browse the repository at this point in the history
  • Loading branch information
franco-chan authored Aug 9, 2022
1 parent 83a9172 commit 0f2ba92
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ import {
PresenceTransition,
Pressable,
TypeWriter,
useSafeAreaInsets,
} from '@onekeyhq/components';
import platformEnv from '@onekeyhq/shared/src/platformEnv';

Expand Down Expand Up @@ -56,7 +55,6 @@ function ProcessAutoTyping({
minHeight,
}: IProcessAutoTypingProps) {
const intl = useIntl();
const inserts = useSafeAreaInsets();

const emitter = useRef(new CrossEventEmitter());
const isWalletCreatedRef = useRef(false);
Expand Down

0 comments on commit 0f2ba92

Please sign in to comment.