mirror of
https://codeberg.org/Bazsalanszky/Infinity-For-Lemmy.git
synced 2024-12-26 02:48:23 +01:00
Fix post when editing a text only post
This commit is contained in:
parent
394cff9ebe
commit
6d114f84fa
@ -174,7 +174,7 @@ public class EditPostActivity extends BaseActivity implements UploadImageEnabled
|
|||||||
|
|
||||||
mGlide = Glide.with(this);
|
mGlide = Glide.with(this);
|
||||||
|
|
||||||
if (mPost.getUrl().matches(picturePattern)) {
|
if (mPost.getUrl() != null && mPost.getUrl().matches(picturePattern)) {
|
||||||
loadImage();
|
loadImage();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user