mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-08-18 05:18:39 +08:00
feat(android): use NestedScrollView for vertical ScrollView (#9199)
This commit is contained in:
@ -365,7 +365,7 @@
|
||||
constructor(context: android.content.Context);
|
||||
}
|
||||
|
||||
export class VerticalScrollView extends android.widget.ScrollView {
|
||||
export class VerticalScrollView extends androidx.core.widget.NestedScrollView {
|
||||
constructor(context: android.content.Context);
|
||||
public getScrollableLength(): number;
|
||||
public getScrollEnabled(): boolean;
|
||||
|
Reference in New Issue
Block a user