MkhytarMkhoian / conductor-dialog

This repository is not more developing. Now it's part of https://github.com/lalafo-dev/Conductor
19 stars 0 forks source link

View under Dialog removed? #2

Closed ursusursus closed 6 years ago

ursusursus commented 6 years ago

Hi, using dialpg controller via router.pushController, opens up screen woth dialog but removes the view underneath.

Is this as indended? If so, kind of beats the purpose of dialogs

Also

Since is a whole new controller, how can I pass a listener to the caller controller?

thamks

MkhytarMkhoian commented 6 years ago

Hi Use this change handler

 transaction.pushChangeHandler(new SimpleSwapChangeHandler(false));
 transaction.popChangeHandler(new SimpleSwapChangeHandler());