mirror of
https://github.com/KokaKiwi/BarInsta
synced 2025-11-20 21:06:32 +00:00
Fix sending videos in DM. Fixes austinhuang0131/barinsta#1217
This commit is contained in:
parent
2f44255584
commit
e1057c8781
1 changed files with 2 additions and 0 deletions
|
|
@ -1117,7 +1117,9 @@ public class DirectMessageThreadFragment extends Fragment implements DirectReact
|
|||
if (!isAdded()) return;
|
||||
if (!entry.isVideo) {
|
||||
navigateToImageEditFragment(entry.path);
|
||||
return;
|
||||
}
|
||||
handleSentMessage(viewModel.sendUri(entry));
|
||||
});
|
||||
mediaPicker.show(getChildFragmentManager(), "MediaPicker");
|
||||
});
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue