Navigation causes error in view.enter(event)

navigator.navigateTo(“SomeView”);

Is causing an error here : Navigator.java, at line 571

This only happens on one view. When I put a breakpoint in, other views keep working with no error.

I’ve checked the offending view and can’t find anything wrong.

The program does switch to the offending view, but the rrror is a curiosity.

It just says “Null”.

Any ideas?

Can you please share the source code of your offending view?