Fix 5 hidden edge cases: IPP decode, settings race, PreviewScreen state sync, burst timeout leak, and logger spam

This commit is contained in:
2026-05-31 23:47:25 +02:00
parent ecfc6e5d31
commit d38115528e
5 changed files with 38 additions and 23 deletions
+4 -6
View File
@@ -148,11 +148,10 @@ export default function DraggableSticker({
}
const styles = StyleSheet.create({
stickerWrapper: {
stickerContainer: {
position: 'absolute',
alignItems: 'center',
justifyContent: 'center',
zIndex: 100,
},
emojiText: {
fontSize: 48,
@@ -179,13 +178,12 @@ const styles = StyleSheet.create({
position: 'absolute',
top: -10,
right: -10,
width: 22,
height: 22,
borderRadius: 11,
width: 24,
height: 24,
borderRadius: 12,
backgroundColor: THEME.colors.error,
alignItems: 'center',
justifyContent: 'center',
zIndex: 200,
},
deleteBtnText: {
color: '#fff',