Skip to content

Commit

Permalink
fixes #281
Browse files Browse the repository at this point in the history
caused by 9eb3415
  • Loading branch information
tux-mind committed Sep 25, 2015
1 parent 07f1294 commit 4e44374
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cSploit/src/org/csploit/android/ActionActivity.java
Expand Up @@ -68,7 +68,7 @@ public void onCreate(Bundle savedInstanceState) {
@Override
public void onItemClick(AdapterView<?> parent, View view, int position, long id) {

if (System.checkNetworking(getParent())) {
if (System.checkNetworking(ActionActivity.this)) {
Plugin plugin = mAvailable.get(position);
System.setCurrentPlugin(plugin);

Expand Down

0 comments on commit 4e44374

Please sign in to comment.