Commit 22bec9ae authored by iman Fauzi's avatar iman Fauzi

Merge branch 'dev' into cart

parents ba19218c 56aecc45
...@@ -133,7 +133,7 @@ public class Utils { ...@@ -133,7 +133,7 @@ public class Utils {
Bitmap decodeImages = BitmapFactory.decodeByteArray(imageBytes,0,imageBytes.length); Bitmap decodeImages = BitmapFactory.decodeByteArray(imageBytes,0,imageBytes.length);
// Bitmap bf = BitmapFactory.decodeFile(source, options); // Bitmap bf = BitmapFactory.decodeFile(source, options);
Log.i("Size bitmap", "decodeImageBase64: "+decodeImages.getByteCount()); // Log.i("Size bitmap", "decodeImageBase64: "+decodeImages.getByteCount());
return decodeImages; 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