Skip to content
This repository has been archived by the owner on Apr 25, 2019. It is now read-only.

Commit

Permalink
Merge pull request #190 from aemaeth2501/master
Browse files Browse the repository at this point in the history
Bugfix for #188
  • Loading branch information
Re4son authored Jan 18, 2019
2 parents af034b9 + 2a81333 commit f4a609a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion src/com/offsec/nethunter/CustomCommandsFragment.java
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,8 @@
import java.util.List;

import androidx.appcompat.app.AlertDialog;
import androidx.appcompat.widget.SearchView;
//import androidx.appcompat.widget.SearchView;
import android.widget.SearchView;
import androidx.fragment.app.Fragment;

public class CustomCommandsFragment extends Fragment {
Expand Down
3 changes: 2 additions & 1 deletion src/com/offsec/nethunter/SearchSploitFragment.java
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,8 @@
import java.util.List;

import androidx.appcompat.app.AlertDialog;
import androidx.appcompat.widget.SearchView;
//import androidx.appcompat.widget.SearchView;
import android.widget.SearchView;
import androidx.fragment.app.Fragment;


Expand Down

0 comments on commit f4a609a

Please sign in to comment.