Lock screen orientation after locking audio recorder.

This commit is contained in:
Alex Hart
2025-11-24 09:29:03 -04:00
parent c2ea1ba225
commit 03bbf196c8

View File

@@ -56,7 +56,7 @@ class VoiceMessageRecordingDelegate(
fun onRecorderLocked() {
voiceRecorderWakeLock.acquire()
fragment.requireActivity().requestedOrientation = ActivityInfo.SCREEN_ORIENTATION_UNSPECIFIED
fragment.requireActivity().requestedOrientation = ActivityInfo.SCREEN_ORIENTATION_LOCKED
}
fun onRecorderFinished() {