mirror of
https://github.com/telegramdesktop/tdesktop
synced 2025-08-31 06:26:18 +00:00
Feed info profile placeholder.
This commit is contained in:
@@ -212,15 +212,14 @@ int SectionWithToggle::toggleSkip() const {
|
||||
|
||||
Cover::Cover(
|
||||
QWidget *parent,
|
||||
not_null<Controller*> controller,
|
||||
not_null<PeerData*> peer)
|
||||
not_null<Controller*> controller)
|
||||
: SectionWithToggle(
|
||||
parent,
|
||||
st::infoProfilePhotoTop
|
||||
+ st::infoProfilePhoto.size.height()
|
||||
+ st::infoProfilePhotoBottom)
|
||||
, _controller(controller)
|
||||
, _peer(peer)
|
||||
, _peer(_controller->key().peer())
|
||||
, _userpic(
|
||||
this,
|
||||
controller->parentController(),
|
||||
|
Reference in New Issue
Block a user