Commit 440344c6 authored by Muhammad Suryono's avatar Muhammad Suryono

Update

parent d365a966
......@@ -133,7 +133,7 @@ public class Utils {
Bitmap decodeImages = BitmapFactory.decodeByteArray(imageBytes,0,imageBytes.length);
// Bitmap bf = BitmapFactory.decodeFile(source, options);
Log.i("Size bitmap", "decodeImageBase64: "+decodeImages.getByteCount());
// Log.i("Size bitmap", "decodeImageBase64: "+decodeImages.getByteCount());
return decodeImages;
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment