We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f2e0552 + 3d42686 commit 948b2bdCopy full SHA for 948b2bd
src/android/Library/src/MultiImageChooserActivity.java
@@ -319,7 +319,7 @@ public void selectClicked() {
319
progress.dismiss();
320
finish();
321
} else {
322
- setRequestedOrientation(ActivityInfo.SCREEN_ORIENTATION_NOSENSOR); //prevent orientation changes during processing
+ setRequestedOrientation(getResources().getConfiguration().orientation); //prevent orientation changes during processing
323
new ResizeImagesTask().execute(fileNames.entrySet());
324
}
325
0 commit comments