mirror of
https://github.com/signalapp/Signal-Android.git
synced 2026-04-21 00:59:49 +01:00
Update reaction text for GIFs.
This commit is contained in:
@@ -151,9 +151,9 @@ public class SlideDeck {
|
||||
return null;
|
||||
}
|
||||
|
||||
public @Nullable String getFirstSlideContentType() {
|
||||
public @Nullable Slide getFirstSlide() {
|
||||
if (Util.hasItems(slides)) {
|
||||
return slides.get(0).getContentType();
|
||||
return slides.get(0);
|
||||
}
|
||||
|
||||
return null;
|
||||
|
||||
Reference in New Issue
Block a user