1
0
mirror of https://github.com/NekoX-Dev/NekoX.git synced 2024-12-03 15:10:28 +01:00

Click version to open official channel

This commit is contained in:
NekoInverter 2020-04-10 19:52:14 +08:00
parent 2703c62a82
commit ad66247fbe
No known key found for this signature in database
GPG Key ID: 280D6CCCF95715F9

View File

@ -494,6 +494,8 @@ public class SettingsActivity extends BaseFragment implements NotificationCenter
}
} else if (position == numberRow) {
presentFragment(new ActionIntroActivity(ActionIntroActivity.ACTION_TYPE_CHANGE_PHONE_NUMBER));
} else if (position == versionRow) {
MessagesController.getInstance(currentAccount).openByUserName("Zuragram", SettingsActivity.this, 1);
}
});