1
0
Fork 0
mirror of https://github.com/M66B/FairEmail.git synced 2024-12-24 08:44:26 +00:00

Fixed build

This commit is contained in:
M66B 2022-09-30 13:20:19 +02:00
parent 6eb128ab81
commit 0708f80eb5

View file

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