2
0
mirror of https://github.com/telegramdesktop/tdesktop synced 2025-08-22 02:07:24 +00:00

Fix user profiles.

This commit is contained in:
John Preston 2025-08-13 11:15:33 +04:00
parent b2fb2d5821
commit cf16472dd0
2 changed files with 6 additions and 3 deletions

View File

@ -1493,8 +1493,11 @@ object_ptr<Ui::RpWidget> DetailsFiller::setupInfo() {
if (!user->isBot()) {
tracker.track(result->add(
CreateBirthday(result, controller, user)));
tracker.track(result->add(CreateWorkingHours(result, user)));
CreateBirthday(result, controller, user),
{},
style::al_justify));
tracker.track(result->add(
CreateWorkingHours(result, user), {}, style::al_justify));
auto locationText = user->session().changes().peerFlagsValue(
user,

@ -1 +1 @@
Subproject commit 3201934f69e03d1461d8b5670ff6babbd6ca3789
Subproject commit a0fb3ce977ab5ff5952dcb96ef25caa17d6c1da1