Skip to content

Commit

Permalink
Code cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
ekigamba committed Apr 5, 2018
1 parent 8be2608 commit df6fede
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,6 @@ public class ActivateChildStatusDialogFragment extends DialogFragment {
private DialogInterface.OnClickListener onClickListener;
private int dialogTheme;

public ActivateChildStatusDialogFragment() {}

public static ActivateChildStatusDialogFragment newInstance(String thirdPersonPronoun, String currentStatus, int theme) {
ActivateChildStatusDialogFragment activateChildStatusDialogFragment = new ActivateChildStatusDialogFragment();
activateChildStatusDialogFragment.setThirdPersonPronoun(thirdPersonPronoun);
Expand Down

0 comments on commit df6fede

Please sign in to comment.