Fixing notification image preview.

This commit is contained in:
Hugo Kiehl
2021-03-29 18:21:30 -04:00
committed by Alan Evans
parent 5f0341cd53
commit dd38dd9cae
8 changed files with 41 additions and 1 deletions

View File

@@ -55,6 +55,10 @@ public abstract class Slide {
return attachment.getUri();
}
public @Nullable Uri getPublicUri() {
return attachment.getPublicUri();
}
@NonNull
public Optional<String> getBody() {
return Optional.absent();