mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-08-16 11:42:04 +08:00
Fixed action bar tests
This commit is contained in:
@ -246,7 +246,10 @@ export class ActionBar extends common.ActionBar {
|
|||||||
});
|
});
|
||||||
|
|
||||||
super.onLayout(left, top, right, bottom);
|
super.onLayout(left, top, right, bottom);
|
||||||
this.ios.setNeedsLayout();
|
let navigationBar = this.ios;
|
||||||
|
if (navigationBar) {
|
||||||
|
navigationBar.setNeedsLayout();
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
public layoutNativeView(left: number, top: number, right: number, bottom: number) {
|
public layoutNativeView(left: number, top: number, right: number, bottom: number) {
|
||||||
|
Reference in New Issue
Block a user