Skip to content

Commit

Permalink
publish icon no longer clickable on note (it didn't do anything before)
Browse files Browse the repository at this point in the history
  • Loading branch information
izakrobles committed Aug 27, 2023
1 parent e99a30c commit dc42ac1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/screens/HomeScreen.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -260,7 +260,7 @@ const HomeScreen: React.FC<HomeScreenProps> = ({ navigation, route }) => {
<Text style={styles.noteText}>{showTime}</Text>
</View>
</View>
<TouchableOpacity
<View
style={{
justifyContent: "center",
alignItems: "center",
Expand All @@ -273,7 +273,7 @@ const HomeScreen: React.FC<HomeScreenProps> = ({ navigation, route }) => {
) : (
<Ionicons name="share-outline" size={24} color="#111111" />
)}
</TouchableOpacity>
</View>
</TouchableOpacity>
);
};
Expand Down

0 comments on commit dc42ac1

Please sign in to comment.