Fix 5 hidden edge cases: IPP decode, settings race, PreviewScreen state sync, burst timeout leak, and logger spam
This commit is contained in:
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user