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>
|
<Text style={styles.bannerText}>Scanning emails in the background. This may take a while...</Text>
|
||||||
</Animated.View>
|
</Animated.View>
|
||||||
|
|
||||||
|
|
||||||
{/* Modal for ScannedDataBox */}
|
{/* Modal for ScannedDataBox */}
|
||||||
<Modal
|
<Modal
|
||||||
visible={isModalVisible}
|
visible={isModalVisible}
|
||||||
|
|||||||
Reference in New Issue
Block a user