Skip to content

Commit 36c5e3d

Browse files
committed
fix: build
1 parent 75abfd5 commit 36c5e3d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/core/ui/frame/activity.android.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ import '../../globals';
22
import { setActivityCallbacks } from '.';
33
import { Application } from '../../application';
44
import { isEmbedded } from '../embedding';
5-
import { enableEdgeToEdge } from '../../utils/android';
5+
import { enableEdgeToEdge } from '../../utils/native-helper-for-android';
66
const EMPTY_FN = () => {};
77
declare const com: any;
88

0 commit comments

Comments
 (0)