Skip to content

Commit

Permalink
delete unused method
Browse files Browse the repository at this point in the history
  • Loading branch information
zafodB committed Aug 18, 2021
1 parent e2038a7 commit 7418180
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions src/main/java/dk/aau/netsec/hostage/ui/fragment/HomeFragment.java
Original file line number Diff line number Diff line change
Expand Up @@ -494,17 +494,6 @@ private void unbindDrawables(View view) {
((ViewGroup) view).removeAllViews();
}
}

public void AlertFile(String fname) {
AlertDialog alert = new AlertDialog.Builder(getActivity()).create();
alert.setTitle("Delete entry");
alert.setMessage("Are you sure you want to delete this entry?:\n" + fname);
alert.setButton(AlertDialog.BUTTON_NEUTRAL, "OK",
(dialog, which) -> dialog.dismiss());
alert.show();
}


}


Expand Down

0 comments on commit 7418180

Please sign in to comment.