We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4e62215 commit 2ba1bd2Copy full SHA for 2ba1bd2
app/src/main/java/us/spotco/malwarescanner/ShareScanner.java
@@ -18,6 +18,7 @@
18
package us.spotco.malwarescanner;
19
20
import android.app.Activity;
21
+import android.os.AsyncTask;
22
import android.content.Context;
23
import android.content.Intent;
24
import android.os.Bundle;
@@ -30,7 +31,6 @@ public class ShareScanner extends Activity {
30
31
@Override
32
protected void onCreate(Bundle savedInstanceState) {
33
super.onCreate(savedInstanceState);
- logView = findViewById(R.id.txtLogOutput);
34
35
Intent intent = getIntent();
36
String action = intent.getAction();
0 commit comments