Closed
Description
Looks like this is happening because ActionItems.removeItems calls _removeView directly:
But the nativescript angular handler has already removed the view (due to the same *ngIf directive) causing the error.
I believe this can be fixed by simply checking that the item's parent is actually the actionBar before attempting to remove it.
Metadata
Metadata
Assignees
Labels
No labels