tashilapathum / PleaseWait

A simple and lightweight Material 3 progress dialog library for Android to replace now-deprecated android.app.ProgressDialog
Apache License 2.0
19 stars 3 forks source link

[Feature request] add delayed display of dialog #1

Closed bubbleguuum closed 1 year ago

bubbleguuum commented 1 year ago

Would be great if you could configure a delay for showing the dialog. Maybe taking inspiration from https://github.com/tasomaniac/DelayedProgress This is useful when you have a task that could take very little time, for not spawning a dialog in that case.

tashilapathum commented 1 year ago

Thanks for the feedback! I'll add it in the next update.

tashilapathum commented 1 year ago

This was added in the v0.4.0. The method names and the implementation are different but it should be possible to achieve the same behavior.