Skip to content

Commit 0e90cc3

Browse files
author
VladimirAmiorkov
committed
chore: remove old todo comment
1 parent c9dc826 commit 0e90cc3

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

nativescript-angular/directives/dialogs.ts

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -145,9 +145,6 @@ export class ModalDialogService {
145145
(<any>componentView.parent).removeChild(componentView);
146146
}
147147

148-
149-
// TODO: remove <any> cast after https://github.com/NativeScript/NativeScript/pull/5734
150-
// is in a published version of tns-core-modules.
151148
options.parentView.showModal(componentView, { ...options, closeCallback });
152149
});
153150
}

0 commit comments

Comments
 (0)