TP-64743 | Version bump and submodule update (#770)
This commit is contained in:
@@ -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}
|
||||
|
||||
@@ -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}
|
||||
|
||||
Reference in New Issue
Block a user