Fix notification bitmap and progressbar

This commit is contained in:
CappielloAntonio
2021-04-12 10:35:41 +02:00
parent b1fca633a6
commit 54bc709317
10 changed files with 247 additions and 228 deletions

View File

@@ -6,4 +6,4 @@ public interface MediaCallback {
void onError(Exception exception);
void onLoadMedia(List<?> media);
}
}