Fixed unclickable area in EmailScreen
This commit is contained in:
@@ -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}
|
||||
|
||||
Reference in New Issue
Block a user