mirror of
https://codeberg.org/Bazsalanszky/Infinity-For-Lemmy.git
synced 2025-10-05 05:19:49 +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);
|
||||
|
||||
if (mPost.getUrl().matches(picturePattern)) {
|
||||
if (mPost.getUrl() != null && mPost.getUrl().matches(picturePattern)) {
|
||||
loadImage();
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user