How to crash the app in 5 easy steps!
- Make a new recipe.
- Make sure to take a picture of it.
- View the recipe you just made.
- Hit the back button.
- Try to view the recipe again.
I don't know how to fix this, but the offending line is this:
Bitmap rotatedBitmap = Bitmap.createBitmap(myBitmap, 0, 0, myBitmap.getWidth(),
myBitmap.getHeight(), matrix, true);
How to crash the app in 5 easy steps!
I don't know how to fix this, but the offending line is this:
Bitmap rotatedBitmap = Bitmap.createBitmap(myBitmap, 0, 0, myBitmap.getWidth(),
myBitmap.getHeight(), matrix, true);