Clean
This commit is contained in:
parent
6cd2624ec2
commit
990be679f7
1 changed files with 0 additions and 1 deletions
|
@ -193,7 +193,6 @@ public class SettingsFragment extends Fragment implements View.OnClickListener,
|
||||||
b.getWidth()
|
b.getWidth()
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
// Bitmap out = Bitmap.createBitmap(b, 0,0,320, 320);
|
|
||||||
out = Bitmap.createScaledBitmap(out, 320, 320, false);
|
out = Bitmap.createScaledBitmap(out, 320, 320, false);
|
||||||
|
|
||||||
File file = new File(currentImgUri.getPath());
|
File file = new File(currentImgUri.getPath());
|
||||||
|
|
Loading…
Reference in a new issue