eltos / SimpleDialogFragments

An Android library to create dialogs with ease and handle user interaction reliably, using fragments and material design.
Apache License 2.0
119 stars 17 forks source link

Improved tag handling #26

Closed eltos closed 6 years ago

eltos commented 6 years ago

Make all SomeDialog.TAG fields public and use these fields as default TAG when calling show-Method without tag (e.g. via a static method getTag).

Showing a dialog without taking note of the results is a rare usage case and could still be achieved by explicitly passing null as tag.

Related: #1, Wiki