mirror of
https://github.com/M66B/FairEmail.git
synced 2024-12-24 08:44:26 +00:00
Fixed build
This commit is contained in:
parent
6eb128ab81
commit
0708f80eb5
1 changed files with 2 additions and 0 deletions
|
@ -15,5 +15,7 @@ public class Send {
|
|||
|
||||
public interface IProgress {
|
||||
void onProgress(int percentage);
|
||||
|
||||
boolean isRunning();
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue