We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cbadfae commit 4ac89b8Copy full SHA for 4ac89b8
1 file changed
src/navigation/screens/Home.tsx
@@ -545,14 +545,6 @@ const HomeScreen = () => {
545
<View style={styles.inputSectionUnderGreeting}>
546
<View style={styles.animatedInputWrapper}>
547
<View style={styles.inputContainer}>
548
- <TouchableOpacity
549
- style={styles.calendarToggleButton}
550
- onPress={() => {/* TODO: Open calendar */}}
551
- activeOpacity={0.7}
552
- disabled={isLoading}
553
- >
554
- <Ionicons name="calendar-outline" size={24} color={isLoading ? "#ccc" : "#000"} />
555
- </TouchableOpacity>
556
<Animated.View
557
style={{
558
opacity: micButtonAnim,
0 commit comments