mirror of
https://github.com/signalapp/Signal-Android.git
synced 2026-04-22 09:49:30 +01:00
Implement new attachment keyboard.
Such beauty. Such grace.
This commit is contained in:
committed by
Alex Hart
parent
9f7b2e2cfd
commit
109d67956f
@@ -110,6 +110,7 @@ public class MediaPreviewViewModel extends ViewModel {
|
||||
mediaRecord.getAttachment().getWidth(),
|
||||
mediaRecord.getAttachment().getHeight(),
|
||||
mediaRecord.getAttachment().getSize(),
|
||||
0,
|
||||
Optional.absent(),
|
||||
Optional.fromNullable(mediaRecord.getAttachment().getCaption()));
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user