mirror of
https://we.phorge.it/source/phorge.git
synced 2024-11-10 00:42:41 +01:00
Make the mobile menu available in "/mail/"
Summary: Ref T13244. See <https://discourse.phabricator-community.org/t/left-hand-menu-not-responsive-on-mobile/2358>. Test Plan: {F6184160} Reviewers: amckinley Reviewed By: amckinley Maniphest Tasks: T13244 Differential Revision: https://secure.phabricator.com/D20093
This commit is contained in:
parent
a58c9d50b2
commit
5dc6502293
1 changed files with 4 additions and 0 deletions
|
@ -27,4 +27,8 @@ final class PhabricatorMetaMTAMailListController
|
|||
return $nav;
|
||||
}
|
||||
|
||||
public function buildApplicationMenu() {
|
||||
return $this->buildSideNav()->getMenu();
|
||||
}
|
||||
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue