Skip to content

Commit

Permalink
fix android picto issue
Browse files Browse the repository at this point in the history
  • Loading branch information
daria-github committed Jun 20, 2024
1 parent 61cc068 commit 71a7a80
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion screens/Navigation/ConversationNav.tsx
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import { useColorScheme } from "react-native";
import { TouchableOpacity } from "react-native-gesture-handler";

import Picto from "../../components/Picto/Picto.ios";
import Picto from "../../components/Picto/Picto";
import { textPrimaryColor } from "../../utils/colors";
import { navigate } from "../../utils/navigation";
import Conversation from "../Conversation";
Expand Down

0 comments on commit 71a7a80

Please sign in to comment.