Remove link to play

This commit is contained in:
世界 2021-05-06 15:25:38 +08:00
parent fbe71f4e69
commit 0b53321c2d
No known key found for this signature in database
GPG Key ID: CD109927C34A63C4
2 changed files with 5 additions and 4 deletions

View File

@ -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)

View File

@ -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++;