kopia lustrzana https://github.com/ryukoposting/Signal-Android
rodzic
18961e6369
commit
bade52d748
|
@ -92,9 +92,7 @@ public class MediaUtil {
|
|||
}
|
||||
|
||||
public InputStream toDataStream() {
|
||||
InputStream jpegStream = BitmapUtil.toCompressedJpeg(bitmap);
|
||||
bitmap.recycle();
|
||||
return jpegStream;
|
||||
return BitmapUtil.toCompressedJpeg(bitmap);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Ładowanie…
Reference in New Issue