Skip to content

Commit e689051

Browse files
committed
Fix steepness of activation angle of z-axis
1 parent 234f832 commit e689051

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

app/src/main/java/app/grapheneos/camera/notifier/SensorOrientationChangeNotifier.kt

+2-2
Original file line numberDiff line numberDiff line change
@@ -47,8 +47,8 @@ class SensorOrientationChangeNotifier private constructor(
4747

4848
private const val Z_THRESHOLD = 5
4949

50-
private const val Z_ENTRY_MIN = -10F
51-
private const val Z_ENTRY_MAX = 10F
50+
private const val Z_ENTRY_MIN = -25F
51+
private const val Z_ENTRY_MAX = 25F
5252

5353
private const val Z_EXIT_MIN = -45F
5454
private const val Z_EXIT_MAX = 45F

0 commit comments

Comments
 (0)