From 0b53321c2d9e408f7dbf0f0f8801e24890e0289a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=B8=96=E7=95=8C?= Date: Thu, 6 May 2021 15:25:38 +0800 Subject: [PATCH] Remove link to play --- README.md | 3 ++- .../tw/nekomimi/nekogram/settings/NekoSettingsActivity.java | 6 +++--- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index ba4ddfd78..811edfb4d 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,8 @@ NekoX is an **free and open source** third-party Telegram client, based on Telegram-FOSS with features added. [![Get it on F-Droid](https://i.imgur.com/HDicnzz.png)](https://f-droid.org/packages/nekox.messenger) -[![Get it on Google Play](https://imgur.com/YQzmZi9.png)](https://play.google.com/store/apps/details?id=nekox.messenger) + +We are no longer able to update versions on the Play Store, check https://telegra.ph/So-they-solved-the-person-who-asked-the-question-04-28 . - [Update News Telegram](https://t.me/NekogramX) - [GitHub Feedback](https://github.com/NekoX-Dev/NekoX/issues) diff --git a/TMessagesProj/src/main/java/tw/nekomimi/nekogram/settings/NekoSettingsActivity.java b/TMessagesProj/src/main/java/tw/nekomimi/nekogram/settings/NekoSettingsActivity.java index f93f87d8d..2b818ffe3 100644 --- a/TMessagesProj/src/main/java/tw/nekomimi/nekogram/settings/NekoSettingsActivity.java +++ b/TMessagesProj/src/main/java/tw/nekomimi/nekogram/settings/NekoSettingsActivity.java @@ -381,11 +381,11 @@ public class NekoSettingsActivity extends BaseFragment { aboutRow = rowCount++; channelRow = rowCount++; fdroidRow = rowCount++; - if (ExternalGcm.checkPlayServices()) { + /*if (ExternalGcm.checkPlayServices()) { googlePlayRow = rowCount++; - } else { + } else {*/ googlePlayRow = -1; - } +// } sourceCodeRow = rowCount++; translationRow = rowCount++; about2Row = rowCount++;