4
0
mirror of https://github.com/apache/cordova-plugin-camera.git synced 2025-03-17 15:01:02 +08:00

Remove rotation test value

This commit is contained in:
Jesse MacFadyen 2014-04-08 12:03:22 -07:00
parent ae2acd9ab2
commit fe6dc72a75

@ -262,7 +262,7 @@ namespace WPCordovaClassLib.Cordova.Commands
} }
int orient = ImageExifHelper.getImageOrientationFromStream(e.ChosenPhoto); int orient = ImageExifHelper.getImageOrientationFromStream(e.ChosenPhoto);
int newAngle = 270; int newAngle = 0;
switch (orient) switch (orient)
{ {
case ImageExifOrientation.LandscapeLeft: case ImageExifOrientation.LandscapeLeft: