//We have screens A -> B -> C
//Current screen is C
//Go to previous screen (B)
UiApplication.getUiApplication().popScreen(this);
//Go to screen A
UiApplication.getUiApplication().popScreen(UiApplication.getUiApplication().getActiveScreen());
No comments:
Post a Comment