mirror of
https://github.com/telegramdesktop/tdesktop
synced 2025-08-31 14:38:15 +00:00
Profile fixed bar actions done, adaptive layout for profile buttons.
This commit is contained in:
@@ -45,7 +45,7 @@ void InnerWidget::setVisibleTopBottom(int visibleTop, int visibleBottom) {
|
||||
|
||||
int notDisplayedAtBottom = height() - _visibleBottom;
|
||||
if (notDisplayedAtBottom > 0) {
|
||||
decreaseAdditionalHeight(notDisplayedAtBottom);
|
||||
// decreaseAdditionalHeight(notDisplayedAtBottom); // testing
|
||||
}
|
||||
|
||||
//loadProfilePhotos(_visibleTop);
|
||||
@@ -56,6 +56,10 @@ void InnerWidget::setVisibleTopBottom(int visibleTop, int visibleBottom) {
|
||||
}
|
||||
}
|
||||
|
||||
bool InnerWidget::shareContactButtonShown() const {
|
||||
return _cover->shareContactButtonShown();
|
||||
}
|
||||
|
||||
void InnerWidget::showFinished() {
|
||||
_cover->showFinished();
|
||||
}
|
||||
|
Reference in New Issue
Block a user