Skip to content

Commit 2ba1bd2

Browse files
committed
WIP
1 parent 4e62215 commit 2ba1bd2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/src/main/java/us/spotco/malwarescanner/ShareScanner.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@
1818
package us.spotco.malwarescanner;
1919

2020
import android.app.Activity;
21+
import android.os.AsyncTask;
2122
import android.content.Context;
2223
import android.content.Intent;
2324
import android.os.Bundle;
@@ -30,7 +31,6 @@ public class ShareScanner extends Activity {
3031
@Override
3132
protected void onCreate(Bundle savedInstanceState) {
3233
super.onCreate(savedInstanceState);
33-
logView = findViewById(R.id.txtLogOutput);
3434

3535
Intent intent = getIntent();
3636
String action = intent.getAction();

0 commit comments

Comments
 (0)