Reputation: 2523
I want to override Dialog so that it disposes itself the very moment it shows.
Upvotes: 1
Views: 440
Reputation: 4454
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.
Upvotes: 1