Is it possible to use a flag (in the same way as the Intent.FLAG_ACTIVITY_REORDER_TO_FRONT) to prevent displaying of a CustomDialog when we click more than once on a button ?
I don’t want to use a boolean value each time i create a new Dialog…
finally i used a boolean. If someone have an other idea…