|
@@ -318,6 +318,7 @@ public class BottomTabsLayout extends BaseLayout implements AHBottomNavigation.O
|
318
|
318
|
|
319
|
319
|
@Override
|
320
|
320
|
public void onModalDismissed() {
|
|
321
|
+ getCurrentScreenStack().peek().setStyle();
|
321
|
322
|
getCurrentScreenStack().peek().getScreenParams().timestamp = System.currentTimeMillis();
|
322
|
323
|
NavigationApplication.instance.getEventEmitter().sendWillAppearEvent(getCurrentScreenStack().peek().getScreenParams(), NavigationType.DismissModal);
|
323
|
324
|
NavigationApplication.instance.getEventEmitter().sendDidAppearEvent(getCurrentScreenStack().peek().getScreenParams(), NavigationType.DismissModal);
|