debug(blocker): temporary red marker at bottom of ProtectionDetailsSheet ScrollView (to diagnose the 'can't scroll to the bottom' report — revert after)

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This commit is contained in:
chahinebrini 2026-05-11 16:48:38 +02:00
parent d5b753d329
commit 4bed8a1e5a

View File

@ -370,6 +370,11 @@ export function ProtectionDetailsSheet({
</Text>
</View>
</TouchableOpacity>
{/* DEBUG-Marker: wenn du das siehst, scrollt das Sheet bis ganz unten */}
<Text style={{ textAlign: 'center', fontSize: 13, color: '#dc2626', fontFamily: 'Nunito_700Bold', marginTop: 12 }}>
Ende siehst du den orange Button drüber? (DEBUG)
</Text>
</ScrollView>
</Animated.View>
</Animated.View>