mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-11-05 13:26:48 +08:00
change the default values for android safe area
This commit is contained in:
@@ -881,7 +881,7 @@ export abstract class ViewCommon extends ViewBase implements ViewDefinition {
|
||||
}
|
||||
|
||||
public getSafeAreaInsets(): { left, top, right, bottom } {
|
||||
return undefined;
|
||||
return {left: 0, top: 0, right: 0, bottom: 0};
|
||||
}
|
||||
|
||||
public getLocationInWindow(): Point {
|
||||
|
||||
Reference in New Issue
Block a user