mirror of
https://codeberg.org/Bazsalanszky/Infinity-For-Lemmy.git
synced 2025-10-04 21:09:53 +02:00
Fix post when editing a text only post
This commit is contained in:
@@ -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();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user