Removed unnecessary override.
This commit is contained in:
parent
0691153b51
commit
be947067d1
@ -18,11 +18,6 @@ public class ProgressDialogFragment extends DialogFragment {
|
|||||||
return fragment;
|
return fragment;
|
||||||
}
|
}
|
||||||
|
|
||||||
@Override
|
|
||||||
public void onCreate(Bundle savedInstanceState) {
|
|
||||||
super.onCreate(savedInstanceState);
|
|
||||||
}
|
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
public ProgressDialog onCreateDialog(Bundle savedInstanceState) {
|
public ProgressDialog onCreateDialog(Bundle savedInstanceState) {
|
||||||
String title = null;
|
String title = null;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user