Skip to content

Commit 75e2166

Browse files
committed
revert
1 parent 0125108 commit 75e2166

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/containers/message/Touch.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ export interface ITouchProps extends TouchableWithoutFeedbackProps {
2727
android_rippleColor?: string;
2828
}
2929

30-
const Component = isIOS ? TouchableOpacity : TouchableHighlight;
30+
const Component = isIOS ? TouchableOpacity : TouchableHighlight;
3131

3232
const Touch = React.forwardRef<View, ITouchProps>(
3333
(

0 commit comments

Comments
 (0)