Loading src/com/android/dialer/calllog/ClearCallLogDialog.java +7 −1 Original line number Diff line number Diff line Loading @@ -67,8 +67,14 @@ public class ClearCallLogDialog extends DialogFragment { } @Override protected void onPostExecute(Void result) { if (getActivity() == null || getActivity().isDestroyed()) { return; } if (progressDialog != null && progressDialog.isShowing()) { progressDialog.dismiss(); } } }; // TODO: Once we have the API, we should configure this ProgressDialog // to only show up after a certain time (e.g. 150ms) Loading Loading
src/com/android/dialer/calllog/ClearCallLogDialog.java +7 −1 Original line number Diff line number Diff line Loading @@ -67,8 +67,14 @@ public class ClearCallLogDialog extends DialogFragment { } @Override protected void onPostExecute(Void result) { if (getActivity() == null || getActivity().isDestroyed()) { return; } if (progressDialog != null && progressDialog.isShowing()) { progressDialog.dismiss(); } } }; // TODO: Once we have the API, we should configure this ProgressDialog // to only show up after a certain time (e.g. 150ms) Loading