mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-08-17 04:41:36 +08:00
fix(ios): native view frame optimizations in nested scenario (#6809)
This commit is contained in:
@ -225,8 +225,6 @@ export class View extends ViewCommon {
|
|||||||
const { sizeChanged } = this._setCurrentLayoutBounds(left, top, right, bottom);
|
const { sizeChanged } = this._setCurrentLayoutBounds(left, top, right, bottom);
|
||||||
this.updateBackground(sizeChanged);
|
this.updateBackground(sizeChanged);
|
||||||
this._privateFlags &= ~PFLAG_LAYOUT_REQUIRED;
|
this._privateFlags &= ~PFLAG_LAYOUT_REQUIRED;
|
||||||
// NOTE: if there is transformation this frame will be incorrect.
|
|
||||||
this._cachedFrame = this.nativeViewProtected.frame;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
public focus(): boolean {
|
public focus(): boolean {
|
||||||
|
Reference in New Issue
Block a user