NTP-36025 | Remove whatsapp icon button from numbers screen (#1087)

This commit is contained in:
Mantri Ramkishor
2025-02-07 18:49:08 +05:30
committed by GitHub
parent a08723fbca
commit 93c89f919b
5 changed files with 7 additions and 13 deletions

View File

@@ -113,8 +113,8 @@ def jscFlavor = 'org.webkit:android-jsc:+'
def enableHermes = project.ext.react.get("enableHermes", false);
def VERSION_CODE = 235
def VERSION_NAME = "2.17.2"
def VERSION_CODE = 236
def VERSION_NAME = "2.17.3"
android {
namespace "com.avapp"

View File

@@ -1 +1 @@
235
236

View File

@@ -1 +1 @@
2.17.2
2.17.3

View File

@@ -1,7 +1,7 @@
{
"name": "AV_APP",
"version": "2.17.2",
"buildNumber": "235",
"version": "2.17.3",
"buildNumber": "236",
"private": true,
"scripts": {
"android:dev": "yarn move:dev && react-native run-android",

View File

@@ -29,17 +29,11 @@ import { ToastMessages } from '@screens/allCases/constants';
const Actions = [
{
id: 1,
icon: <WhatsAppIcon_20 />,
type: IconType.WHATSAPP,
},
{
id: 2,
icon: <CopyIconFilled />,
type: IconType.COPY,
},
{
id: 3,
id: 2,
icon: <CallIcon />,
type: IconType.CALL,
},