Skip to content

Commit 4e44374

Browse files
committed
fixes #281
caused by 9eb3415
1 parent 07f1294 commit 4e44374

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

cSploit/src/org/csploit/android/ActionActivity.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ public void onCreate(Bundle savedInstanceState) {
6868
@Override
6969
public void onItemClick(AdapterView<?> parent, View view, int position, long id) {
7070

71-
if (System.checkNetworking(getParent())) {
71+
if (System.checkNetworking(ActionActivity.this)) {
7272
Plugin plugin = mAvailable.get(position);
7373
System.setCurrentPlugin(plugin);
7474

0 commit comments

Comments
 (0)