Fixed build

pull/209/head
M66B 2 years ago
parent 6eb128ab81
commit 0708f80eb5

@ -15,5 +15,7 @@ public class Send {
public interface IProgress { public interface IProgress {
void onProgress(int percentage); void onProgress(int percentage);
boolean isRunning();
} }
} }

Loading…
Cancel
Save