Example #1
0
 @Override
 protected void onPreExecute() {
   super.onPreExecute();
   if (mConfig.isHasDialog()) {
     progress = showProgressDialog();
   }
 }