Commit b90198a
committed
fix: detect ORIENTATION_ROTATE_270 in EXIF rotation check
shouldRotateByExif previously only returned true for ORIENTATION_ROTATE_90.
Some Camera1 devices report ORIENTATION_ROTATE_270 for the same physical
orientation; the function now returns true in both cases so the bitmap
transform is applied correctly on such devices.
Also add markdown language identifier to the summary table code block in
the pr-review skill (MD040 lint fix).1 parent 975dba7 commit b90198a
File tree
2 files changed
+3
-2
lines changed- .github/skills/pr-review
- library/src/main/java/org/wysaid/view
2 files changed
+3
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
91 | 91 | | |
92 | 92 | | |
93 | 93 | | |
94 | | - | |
| 94 | + | |
95 | 95 | | |
96 | 96 | | |
97 | 97 | | |
| |||
Lines changed: 2 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
455 | 455 | | |
456 | 456 | | |
457 | 457 | | |
458 | | - | |
| 458 | + | |
| 459 | + | |
459 | 460 | | |
460 | 461 | | |
461 | 462 | | |
| |||
0 commit comments