mirror of
https://github.com/M66B/FairEmail.git
synced 2026-04-05 08:33:37 +02:00
Restore waiting for analysis
This commit is contained in:
@@ -39,10 +39,13 @@ public class VirusTotal {
|
||||
return null;
|
||||
}
|
||||
|
||||
static Bundle upload(Context context, File file, String apiKey, Runnable analyzing) {
|
||||
static String upload(Context context, File file, String apiKey) {
|
||||
return null;
|
||||
}
|
||||
|
||||
static void waitForAnalysis(Context context, String id, String apiKey) {
|
||||
}
|
||||
|
||||
public static class ScanResult implements Parcelable {
|
||||
public String name;
|
||||
public String category;
|
||||
|
||||
Reference in New Issue
Block a user