fix(ios): native view frame optimizations in nested scenario (#6809)

This commit is contained in:
Manol Donev
2019-01-23 11:09:04 +02:00
committed by GitHub
parent 8cb726aedf
commit 08acd84fe2

View File

@ -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 {