Skip to content

Commit

Permalink
Apeture: Correct Wideangle zoom + Enable Front Camera Wide Angle
Browse files Browse the repository at this point in the history
* Try to match stock behavior
  • Loading branch information
techyminati authored Sep 1, 2024
1 parent 633baa5 commit 4c75a33
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion app/src/main/res/values/config.xml
Original file line number Diff line number Diff line change
Expand Up @@ -80,9 +80,10 @@
</string-array>
-->
<string-array name="config_logicalZoomRatios">
<item>0</item> <item>0.7</item> <item>0.7</item>
<item>0</item> <item>0.7</item> <item>0.67044306</item>
<item>0</item> <item>2.0</item> <item>2.0</item>
<item>0</item> <item>8.0</item> <item>8.0</item>
<item>1</item> <item>0.7</item> <item>0.67044306</item>
</string-array>

<!-- Whether we should use high resolution output size or not.
Expand Down

0 comments on commit 4c75a33

Please sign in to comment.