|
@@ -87,7 +87,6 @@ public class SyncFileNotEnoughSpaceDialogFragment extends ConfirmationDialogFrag
|
|
@NonNull
|
|
@NonNull
|
|
@Override
|
|
@Override
|
|
public Dialog onCreateDialog(Bundle savedInstanceState) {
|
|
public Dialog onCreateDialog(Bundle savedInstanceState) {
|
|
- Dialog dialog = super.onCreateDialog(savedInstanceState);
|
|
|
|
Bundle arguments = getArguments();
|
|
Bundle arguments = getArguments();
|
|
|
|
|
|
if (arguments == null) {
|
|
if (arguments == null) {
|
|
@@ -97,7 +96,7 @@ public class SyncFileNotEnoughSpaceDialogFragment extends ConfirmationDialogFrag
|
|
targetFile = arguments.getParcelable(ARG_PASSED_FILE);
|
|
targetFile = arguments.getParcelable(ARG_PASSED_FILE);
|
|
setOnConfirmationListener(this);
|
|
setOnConfirmationListener(this);
|
|
|
|
|
|
- return dialog;
|
|
|
|
|
|
+ return super.onCreateDialog(savedInstanceState);
|
|
}
|
|
}
|
|
|
|
|
|
/**
|
|
/**
|