mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-08-16 20:11:24 +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);
|
||||
this.updateBackground(sizeChanged);
|
||||
this._privateFlags &= ~PFLAG_LAYOUT_REQUIRED;
|
||||
// NOTE: if there is transformation this frame will be incorrect.
|
||||
this._cachedFrame = this.nativeViewProtected.frame;
|
||||
}
|
||||
|
||||
public focus(): boolean {
|
||||
|
Reference in New Issue
Block a user