mirror of
https://github.com/NekoX-Dev/NekoX.git
synced 2024-12-11 19:09:27 +01:00
Click version to open official channel
This commit is contained in:
parent
2703c62a82
commit
ad66247fbe
@ -494,6 +494,8 @@ public class SettingsActivity extends BaseFragment implements NotificationCenter
|
|||||||
}
|
}
|
||||||
} else if (position == numberRow) {
|
} else if (position == numberRow) {
|
||||||
presentFragment(new ActionIntroActivity(ActionIntroActivity.ACTION_TYPE_CHANGE_PHONE_NUMBER));
|
presentFragment(new ActionIntroActivity(ActionIntroActivity.ACTION_TYPE_CHANGE_PHONE_NUMBER));
|
||||||
|
} else if (position == versionRow) {
|
||||||
|
MessagesController.getInstance(currentAccount).openByUserName("Zuragram", SettingsActivity.this, 1);
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user