We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 75abfd5 commit 36c5e3dCopy full SHA for 36c5e3d
packages/core/ui/frame/activity.android.ts
@@ -2,7 +2,7 @@ import '../../globals';
2
import { setActivityCallbacks } from '.';
3
import { Application } from '../../application';
4
import { isEmbedded } from '../embedding';
5
-import { enableEdgeToEdge } from '../../utils/android';
+import { enableEdgeToEdge } from '../../utils/native-helper-for-android';
6
const EMPTY_FN = () => {};
7
declare const com: any;
8
0 commit comments