I can not modify UI onPostExecute in DialogFragment
I have already read all questions about this. And this's not the same case. Believe me.
I know an AsyncTask doInBackground function has his own thread, and you must touch the view in onPreExecute and onPostExecute. And with all these things, the app is still crashing.
The exception I get is:
E/AndroidRuntime﹕ FATAL EXCEPTION: main
java.lang.NullPointerException
at .onPostExecute(CustomDialogFragment.java:310)
at android.os.AsyncTask.finish(AsyncTask.java:631)