feat(android): edge-to-edge expose helper enableEdgeToEdge

This commit is contained in:
Nathan Walker
2025-09-02 09:25:10 -07:00
parent 84e9190f87
commit 2fcc5372d5
3 changed files with 13 additions and 2 deletions

View File

@@ -2,7 +2,7 @@ import '../../globals';
import { setActivityCallbacks } from '.';
import { Application } from '../../application';
import { isEmbedded } from '../embedding';
import { enableEdgeToEdge } from '../../utils/android';
import { enableEdgeToEdge } from '../../utils/native-helper-for-android';
const EMPTY_FN = () => {};
declare const com: any;