Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
remove debug code from dialog custom view parent investigation
  • Loading branch information
albendz committed Jul 28, 2019
commit c5ee65275c9c8ac7f3e4ba1df7f49d751a718cb0
5 changes: 0 additions & 5 deletions app/src/main/java/fr/free/nrw/commons/utils/DialogUtil.java
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
import android.app.Dialog;
import android.content.DialogInterface;
import android.view.View;
import android.view.ViewGroup;

import org.apache.commons.lang3.StringUtils;

Expand Down Expand Up @@ -144,10 +143,6 @@ private static void showAlertDialog(Activity activity,
}
});

builder.setOnDismissListener((DialogInterface dialogInterface) -> {
dialogInterface.dismiss();
});

AlertDialog dialog = builder.create();
showSafely(activity, dialog);
}
Expand Down