mirror of
https://github.com/kotatogram/kotatogram-desktop
synced 2025-09-05 00:55:12 +00:00
Inject active peer profile on the stack bottom.
Always have active peer profile on the bottom of third column stack.
This commit is contained in:
@@ -89,10 +89,6 @@ rpl::producer<Wrap> Controller::wrapValue() const {
|
||||
return _widget->wrapValue();
|
||||
}
|
||||
|
||||
bool Controller::hasStackHistory() const {
|
||||
return _widget->hasStackHistory();
|
||||
}
|
||||
|
||||
bool Controller::validateMementoPeer(
|
||||
not_null<ContentMemento*> memento) const {
|
||||
return memento->peerId() == peerId()
|
||||
|
Reference in New Issue
Block a user