update: local changes for debug build

This commit is contained in:
2026-06-09 14:15:15 +02:00
parent d4cff1ed98
commit 4ad2c97c91
4 changed files with 11 additions and 2 deletions
+8 -1
View File
@@ -644,7 +644,7 @@ export default function CameraScreen({
{/* Render UI controls/overlays on top */}
{renderContent()}
</Animated.View>
</View>
);
}
@@ -689,6 +689,7 @@ const styles = StyleSheet.create({
backgroundColor: 'transparent',
justifyContent: 'center',
alignItems: 'center',
zIndex: 100,
},
idleContentArea: {
height: '100%',
@@ -699,6 +700,12 @@ const styles = StyleSheet.create({
flex: 1,
justifyContent: 'center',
alignItems: 'center',
position: 'absolute',
top: 0,
left: 0,
right: 0,
bottom: 0,
zIndex: 100,
},
settingsButton: {
position: 'absolute',