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:
@@ -2934,7 +2934,7 @@ export abstract class ViewBase extends Observable {
|
||||
// (undocumented)
|
||||
_setupAsRootView(context: any): void;
|
||||
_setupUI(context: any /* android.content.Context */, atIndex?: number): void;
|
||||
_shouldDelayLoad(): boolean;
|
||||
_shouldDelayLayout(): boolean;
|
||||
showModal(moduleName: string, modalOptions: ShowModalOptions): ViewBase;
|
||||
showModal(view: ViewBase, modalOptions: ShowModalOptions): ViewBase;
|
||||
public readonly style: Style;
|
||||
|
||||
Reference in New Issue
Block a user