mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-08-15 19:26:42 +08:00
fix(time-picker): correction for super.disposeNativeView
This commit is contained in:
@ -48,7 +48,7 @@ export class TimePicker extends TimePickerBase {
|
|||||||
|
|
||||||
disposeNativeView() {
|
disposeNativeView() {
|
||||||
this._changeHandler = null;
|
this._changeHandler = null;
|
||||||
super.initNativeView();
|
super.disposeNativeView();
|
||||||
}
|
}
|
||||||
|
|
||||||
// @ts-ignore
|
// @ts-ignore
|
||||||
|
Reference in New Issue
Block a user