@johnsinguay commented on @Manjee’s file https://kotlinlang.slack.com/files/U8W883ZD2/F9ESEDP24/dpd__dpd1__alert__3_should_be_executed_in_order__but_at_the_same_time.txt: What are we trying to achieve here? And a little confused.. do you need dpd1 to appear AFTER you select a date in dpd? And then alert to show AFTER you select a date in dpd1?
If yes to both, I think you'll need to place dpd1 within OnDateSetListener of dpd, and place alert within the OnDateSetListener of dpd1.
If no, do you really want these three to be shown on screen all at the same time? 🤔