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
1 changed files with 2 additions and 0 deletions

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);
}
});