Remove app version in Settings
Signed-off-by: dab246 <tdvu@linagora.com>
This commit is contained in:
@@ -124,11 +124,14 @@ class SettingsUtils {
|
||||
}
|
||||
}
|
||||
|
||||
static EdgeInsets getMarginSettingDetailsView(BuildContext context, ResponsiveUtils responsiveUtils) {
|
||||
static EdgeInsetsGeometry? getMarginSettingDetailsView(
|
||||
BuildContext context,
|
||||
ResponsiveUtils responsiveUtils,
|
||||
) {
|
||||
if (responsiveUtils.isWebDesktop(context)) {
|
||||
return const EdgeInsets.all(16);
|
||||
return const EdgeInsetsDirectional.only(end: 16, top: 16, bottom: 16);
|
||||
} else {
|
||||
return EdgeInsets.zero;
|
||||
return null;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user