TF-682 Update padding quick search form for tablet landscape
This commit is contained in:
@@ -116,4 +116,12 @@ class ResponsiveUtils {
|
||||
isTablet(context);
|
||||
}
|
||||
}
|
||||
|
||||
bool isMailboxDashboardSplitView(BuildContext context) {
|
||||
if (BuildUtils.isWeb) {
|
||||
return isTabletLarge(context);
|
||||
} else {
|
||||
return isLandscapeTablet(context) || isDesktop(context);
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user