mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-11-05 13:26:48 +08:00
feat(android): edge-to-edge expose helper enableEdgeToEdge
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user