mirror of
https://github.com/kotatogram/kotatogram-desktop
synced 2025-08-31 14:45:14 +00:00
Start non-unique ChatTheme.
This commit is contained in:
@@ -59,7 +59,7 @@ WrapWidget::WrapWidget(
|
||||
not_null<Window::SessionController*> window,
|
||||
Wrap wrap,
|
||||
not_null<Memento*> memento)
|
||||
: SectionWidget(parent, window, PaintedBackground::Custom)
|
||||
: SectionWidget(parent, window, rpl::producer<PeerData*>())
|
||||
, _wrap(wrap)
|
||||
, _controller(createController(window, memento->content()))
|
||||
, _topShadow(this) {
|
||||
|
Reference in New Issue
Block a user