TF-801 Show notification message when vacation enabled
This commit is contained in:
+3
-1
@@ -51,6 +51,8 @@ class AccountMenuItemTileBuilder extends StatelessWidget {
|
||||
if (_menuItemSelected == _menuItem) {
|
||||
return AppColor.colorBgMailboxSelected;
|
||||
}
|
||||
return _responsiveUtils.isDesktop(_context) ? AppColor.colorBgDesktop : Colors.white;
|
||||
return _responsiveUtils.isWebDesktop(_context)
|
||||
? AppColor.colorBgDesktop
|
||||
: Colors.white;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user