android-utils icon indicating copy to clipboard operation
android-utils copied to clipboard

[+] Add DialogUtils class for displaying different dialogs

Open pranaypatel512 opened this issue 8 years ago • 1 comments

#2

pranaypatel512 avatar Mar 19 '17 09:03 pranaypatel512

I think keeping Dialog in private static ProgressDialog mProgressDialog; as static variable might lead to Activity leak, since it will keep the reference to the activity context then the activity can't be garbage collected.

hendrawd avatar Dec 22 '17 14:12 hendrawd