removing lnvpn api
This commit is contained in:
@@ -14,12 +14,12 @@ const APPLIST = [
|
||||
description: 'apps.appList.SMSDescription',
|
||||
pageName: 'sms4sats',
|
||||
},
|
||||
{
|
||||
name: 'apps.appList.VPN',
|
||||
svgName: 'shield',
|
||||
description: 'apps.appList.VPNDescription',
|
||||
pageName: 'lnvpn',
|
||||
},
|
||||
// {
|
||||
// name: 'apps.appList.VPN',
|
||||
// svgName: 'shield',
|
||||
// description: 'apps.appList.VPNDescription',
|
||||
// pageName: 'lnvpn',
|
||||
// },
|
||||
{
|
||||
name: 'apps.appList.onlineListings',
|
||||
svgName: 'globeIcon',
|
||||
|
||||
@@ -72,7 +72,7 @@ export default function ExpandedContactsPage(props) {
|
||||
async function updateSeenTransactions() {
|
||||
const newMessagesList = [];
|
||||
let consecutiveSeenCount = 0;
|
||||
const REQUIRED_CONSECUTIVE_SEEN = 5;
|
||||
const REQUIRED_CONSECUTIVE_SEEN = 100;
|
||||
|
||||
for (let i = 0; i < contactTransactions.length; i++) {
|
||||
const msg = contactTransactions[i];
|
||||
|
||||
@@ -62,8 +62,8 @@ export default function AppStore({ navigation }) {
|
||||
(appElementWidth / localScreenWidth) * 100
|
||||
}%`;
|
||||
|
||||
if (hideGenerativeAI && app.pageName.toLowerCase() === 'ai') return;
|
||||
else if (!hideGenerativeAI && app.pageName.toLowerCase() === 'soon') return;
|
||||
// if (hideGenerativeAI && app.pageName.toLowerCase() === 'ai') return;
|
||||
// else if (!hideGenerativeAI && app.pageName.toLowerCase() === 'soon') return;
|
||||
|
||||
return (
|
||||
<TouchableOpacity
|
||||
|
||||
Reference in New Issue
Block a user