|
|
|
|
318
|
|
318
|
|
319
|
@Override
|
319
|
@Override
|
320
|
public void onModalDismissed() {
|
320
|
public void onModalDismissed() {
|
|
|
321
|
+ getCurrentScreenStack().peek().setStyle();
|
321
|
getCurrentScreenStack().peek().getScreenParams().timestamp = System.currentTimeMillis();
|
322
|
getCurrentScreenStack().peek().getScreenParams().timestamp = System.currentTimeMillis();
|
322
|
NavigationApplication.instance.getEventEmitter().sendWillAppearEvent(getCurrentScreenStack().peek().getScreenParams(), NavigationType.DismissModal);
|
323
|
NavigationApplication.instance.getEventEmitter().sendWillAppearEvent(getCurrentScreenStack().peek().getScreenParams(), NavigationType.DismissModal);
|
323
|
NavigationApplication.instance.getEventEmitter().sendDidAppearEvent(getCurrentScreenStack().peek().getScreenParams(), NavigationType.DismissModal);
|
324
|
NavigationApplication.instance.getEventEmitter().sendDidAppearEvent(getCurrentScreenStack().peek().getScreenParams(), NavigationType.DismissModal);
|