mirror of
https://github.com/signalapp/Signal-Android.git
synced 2026-04-21 09:20:19 +01:00
Fix issue with result callback from gif search.
This commit is contained in:
@@ -3355,6 +3355,11 @@ public class ConversationParentFragment extends Fragment
|
||||
}
|
||||
}
|
||||
|
||||
@Override
|
||||
public void openGifSearch() {
|
||||
AttachmentManager.selectGif(this, ConversationParentFragment.PICK_GIF, isMms());
|
||||
}
|
||||
|
||||
@Override
|
||||
public void onGifSelectSuccess(@NonNull Uri blobUri, int width, int height) {
|
||||
setMedia(blobUri,
|
||||
|
||||
Reference in New Issue
Block a user