mirror of
https://github.com/oxen-io/session-android.git
synced 2025-11-06 22:31:06 +00:00
fix queuing of pending parts that had data already
fixes #4061 Closes #4073 // FREEBIE
This commit is contained in:
committed by
Moxie Marlinspike
parent
ed1d411bde
commit
0e06e2de97
@@ -55,7 +55,7 @@ public class ImageSlide extends Slide {
|
||||
|
||||
@Override
|
||||
public @DrawableRes int getPlaceholderRes(Theme theme) {
|
||||
return R.drawable.ic_missing_thumbnail_picture;
|
||||
return 0;
|
||||
}
|
||||
|
||||
@Override
|
||||
|
||||
Reference in New Issue
Block a user