NTP-36025 | Remove whatsapp icon button from numbers screen (#1087)
This commit is contained in:
@@ -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"
|
||||
|
||||
@@ -1 +1 @@
|
||||
235
|
||||
236
|
||||
@@ -1 +1 @@
|
||||
2.17.2
|
||||
2.17.3
|
||||
@@ -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",
|
||||
|
||||
@@ -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,
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user