I want to override Dialog so that it disposes itself the very moment it shows.
Asked
Active
Viewed 437 times
1 Answers
1
though it is a strange question, but you can override onShow() or onShowCompleted() and call dispose() inside one of them to close the dialog immediately.

Mahdi Hijazi
- 4,424
- 3
- 24
- 29