mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2026-07-30 09:11:43 +00:00
Allow more Info sections swipe-back.
This commit is contained in:
@@ -358,6 +358,10 @@ void Controller::setSection(not_null<ContentMemento*> memento) {
|
||||
updateSearchControllers(memento);
|
||||
}
|
||||
|
||||
bool Controller::hasBackButton() const {
|
||||
return _widget->hasBackButton();
|
||||
}
|
||||
|
||||
void Controller::updateSearchControllers(
|
||||
not_null<ContentMemento*> memento) {
|
||||
using Type = Section::Type;
|
||||
|
||||
Reference in New Issue
Block a user