mirror of
https://github.com/KokaKiwi/BarInsta
synced 2024-11-22 22:57:29 +00:00
Fix sending videos in DM. Fixes austinhuang0131/barinsta#1217
This commit is contained in:
parent
2f44255584
commit
e1057c8781
@ -1117,7 +1117,9 @@ public class DirectMessageThreadFragment extends Fragment implements DirectReact
|
|||||||
if (!isAdded()) return;
|
if (!isAdded()) return;
|
||||||
if (!entry.isVideo) {
|
if (!entry.isVideo) {
|
||||||
navigateToImageEditFragment(entry.path);
|
navigateToImageEditFragment(entry.path);
|
||||||
|
return;
|
||||||
}
|
}
|
||||||
|
handleSentMessage(viewModel.sendUri(entry));
|
||||||
});
|
});
|
||||||
mediaPicker.show(getChildFragmentManager(), "MediaPicker");
|
mediaPicker.show(getChildFragmentManager(), "MediaPicker");
|
||||||
});
|
});
|
||||||
|
Loading…
Reference in New Issue
Block a user