TP-64743 | Version bump and submodule update (#770)

This commit is contained in:
Mantri Ramkishor
2024-04-24 18:21:41 +05:30
committed by GitHub
2 changed files with 7 additions and 7 deletions

View File

@@ -220,7 +220,7 @@ function AddressItem({
{showActionButtons ? (
<View style={[styles.container, GenericStyles.row, GenericStyles.pt12]}>
<TouchableOpacity
{/* <TouchableOpacity
activeOpacity={0.7}
onPress={copyAddress}
hitSlop={{ top: 25, bottom: 25, left: 15, right: 15 }}
@@ -228,9 +228,9 @@ function AddressItem({
>
<View style={[GenericStyles.centerAlignedRow]}>
<CopyIcon fillColor={COLORS.TEXT.BLUE} />
<Text style={styles.actionBtn}>Copy</Text>
<Text style={styles.actionBtn}>Copy address</Text>
</View>
</TouchableOpacity>
</TouchableOpacity> */}
<TouchableOpacity
activeOpacity={0.7}
onPress={handleAddFeedback}

View File

@@ -178,8 +178,8 @@ function SimilarAddressItem({
) : null}
{showSource ? <AddressSource addressItem={addressItem} /> : null}
</Text>
<View style={[GenericStyles.row, GenericStyles.pt12]}>
<TouchableOpacity
<View style={[GenericStyles.row]}>
{/* <TouchableOpacity
activeOpacity={0.7}
onPress={copyAddress}
hitSlop={{ top: 25, bottom: 25, left: 15, right: 15 }}
@@ -187,9 +187,9 @@ function SimilarAddressItem({
>
<View style={[GenericStyles.centerAlignedRow]}>
<CopyIcon fillColor={COLORS.TEXT.BLUE} />
<Text style={styles.actionBtn}>Copy</Text>
<Text style={styles.actionBtn}>Copy address</Text>
</View>
</TouchableOpacity>
</TouchableOpacity> */}
{showAddFeedbackBtn ? (
<TouchableOpacity
activeOpacity={0.7}