mirror of
https://github.com/signalapp/Signal-Android.git
synced 2026-04-21 00:59:49 +01:00
Fixing notification image preview.
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user