This commit is contained in:
Sagi Dayan 2016-07-10 17:09:04 +03:00
parent 6cd2624ec2
commit 990be679f7

View file

@ -193,7 +193,6 @@ public class SettingsFragment extends Fragment implements View.OnClickListener,
b.getWidth()
);
}
// Bitmap out = Bitmap.createBitmap(b, 0,0,320, 320);
out = Bitmap.createScaledBitmap(out, 320, 320, false);
File file = new File(currentImgUri.getPath());