Showing two ProgressDialog instead one
问题 When I use samsung galaxy mini 4.4 I see two progressDialog(picture below). When I use another device - everething is okay if (progressDialog == null) { progressDialog = new ProgressDialog(getActivity(), R.style.AlertDialogThemeBlackColor); progressDialog.setMessage(getResources().getString(R.string.loading_your_data)); progressDialog.setCancelable(false); } progressDialog.show(); 回答1: I didn't found reason, but I found a way to avoid this. Need to create a dialog in the following manner: new