mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-08-17 12:57:42 +08:00
fix: check is disposed fragment is in the FragmentManager (#8201)
This commit is contained in:

committed by
GitHub

parent
d1858f81b7
commit
4b00376957
@ -6,8 +6,6 @@ import {
|
||||
export { ios };
|
||||
export * from "./utils-common";
|
||||
|
||||
let mainScreenScale;
|
||||
|
||||
export function openFile(filePath: string): boolean {
|
||||
try {
|
||||
const appPath = ios.getCurrentAppPath();
|
||||
@ -47,5 +45,3 @@ export function openUrl(location: string): boolean {
|
||||
|
||||
return false;
|
||||
}
|
||||
|
||||
mainScreenScale = UIScreen.mainScreen.scale;
|
||||
|
Reference in New Issue
Block a user