Fix large gap appears between setting items in Setting View

Signed-off-by: dab246 <tdvu@linagora.com>
This commit is contained in:
dab246
2025-02-18 17:03:20 +07:00
committed by Dat H. Pham
parent 30997a2d7e
commit f8f248fc3c
@@ -142,7 +142,7 @@ class SettingsFirstLevelView extends GetWidget<SettingsController> {
() => controller.selectSettings(AccountMenuItem.languageAndRegion)
),
Obx(() {
if (PlatformInfo.isMobile && controller.manageAccountDashboardController.isFcmCapabilitySupported) {
if (controller.manageAccountDashboardController.isFcmCapabilitySupported && PlatformInfo.isMobile) {
return Column(children: [
Divider(
color: AppColor.colorDividerHorizontal,