We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 07f1294 commit 4e44374Copy full SHA for 4e44374
1 file changed
cSploit/src/org/csploit/android/ActionActivity.java
@@ -68,7 +68,7 @@ public void onCreate(Bundle savedInstanceState) {
68
@Override
69
public void onItemClick(AdapterView<?> parent, View view, int position, long id) {
70
71
- if (System.checkNetworking(getParent())) {
+ if (System.checkNetworking(ActionActivity.this)) {
72
Plugin plugin = mAvailable.get(position);
73
System.setCurrentPlugin(plugin);
74
0 commit comments