mirror of
https://github.com/apache/cordova-plugin-camera.git
synced 2025-01-18 19:22:51 +08:00
Remove rotation test value
This commit is contained in:
parent
ae2acd9ab2
commit
fe6dc72a75
@ -262,7 +262,7 @@ namespace WPCordovaClassLib.Cordova.Commands
|
||||
}
|
||||
|
||||
int orient = ImageExifHelper.getImageOrientationFromStream(e.ChosenPhoto);
|
||||
int newAngle = 270;
|
||||
int newAngle = 0;
|
||||
switch (orient)
|
||||
{
|
||||
case ImageExifOrientation.LandscapeLeft:
|
||||
|
Loading…
Reference in New Issue
Block a user