avast / android-styled-dialogs

Backport of Material dialogs with easy-to-use API based on DialogFragment
Apache License 2.0
2.15k stars 450 forks source link

can not perform this action after onsaveinstancestate #122

Closed THEONE10211024 closed 8 years ago

THEONE10211024 commented 9 years ago

I must say you did a really good job! And I'm quite interested in the problem: "can not perform this action after onsaveinstancestate".Did you meet the problem,and how you solved it.Thank you!

Gongcong commented 8 years ago

i have the same problem when i use loader,and dismiss dialog in onLoadFinished

davidvavra commented 8 years ago

You need to check isAdded() in onLoaderFinished before you dismiss the dialog.