This commit is contained in:
Hillel Coren 2021-05-05 08:19:44 +03:00
parent 58cc17f56e
commit 6c2c0542f2
2 changed files with 3 additions and 2 deletions

View File

@ -21,7 +21,7 @@ jobs:
strategy:
matrix:
device:
#- "iPhone 11 Pro (14.4)"
- "iPhone 11 Pro (14.4)"
- "iPad Pro (9.7-inch) (14.4)"
fail-fast: false
runs-on: macos-latest

View File

@ -266,7 +266,8 @@ class MenuDrawer extends StatelessWidget {
),
onTap: () => launch(kDebugModeUrl),
),
if (state.company.isDisabled)
if (state.company.isDisabled &&
state.userCompany.isAdmin)
if (state.isMenuCollapsed)
Tooltip(
message: localization.companyDisabledWarning,