Fixed unclickable area in EmailScreen

This commit is contained in:
2024-08-13 22:37:21 +08:00
parent 22277e3a6d
commit 785e84c4f2

View File

@@ -188,10 +188,11 @@ const EmailScreen: React.FC = () => {
</>
)}
<Animated.View style={[styles.banner, { opacity: bannerOpacity }]}>
<Animated.View style={[styles.banner, { opacity: bannerOpacity }]} pointerEvents="none">
<Text style={styles.bannerText}>Scanning emails in the background. This may take a while...</Text>
</Animated.View>
{/* Modal for ScannedDataBox */}
<Modal
visible={isModalVisible}