2
0
mirror of https://github.com/kotatogram/kotatogram-desktop synced 2025-08-31 06:35:14 +00:00

Fixed back button when opening channels. Fixed profile buttons layout.

This commit is contained in:
John Preston
2016-09-01 21:37:30 -04:00
parent be02ef563c
commit 263448bfb2
7 changed files with 12 additions and 12 deletions

View File

@@ -3451,7 +3451,7 @@ void MainWidget::usernameResolveDone(QPair<MsgId, QString> msgIdAndStartToken, c
_history->resizeEvent(0);
}
}
Ui::showPeerHistory(peer->id, msgId);
Ui::showPeerHistory(peer->id, msgId, Ui::ShowWay::Forward);
}
}