mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-11-05 13:26:48 +08:00
Tabs animation and selected index fixes (#8377)
* fix(tabs): animation freeze when chaning tabs * fix(tabs): poper item selecting programically
This commit is contained in:
@@ -348,7 +348,7 @@ export class Page extends PageBase {
|
||||
//
|
||||
}
|
||||
|
||||
public _shouldDelayLoad(): boolean {
|
||||
public _shouldDelayLayout(): boolean {
|
||||
return this._frame && this._frame._animationInProgress;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user