Fix orientation race condition (#841)

Co-authored-by: Alex Kim <alexkim@Alexs-MacBook-Pro.local>
This commit is contained in:
Alex
2025-07-10 23:25:57 +10:00
committed by Alex Kim
parent bd073ec574
commit e247438628
3 changed files with 17 additions and 34 deletions

View File

@@ -522,9 +522,6 @@ export const Controls: FC<Props> = ({
const onClose = async () => {
lightHapticFeedback();
await ScreenOrientation.lockAsync(
ScreenOrientation.OrientationLock.PORTRAIT_UP,
);
router.back();
};