Fix large gap appears between setting items in Setting View
Signed-off-by: dab246 <tdvu@linagora.com>
This commit is contained in:
+1
-1
@@ -142,7 +142,7 @@ class SettingsFirstLevelView extends GetWidget<SettingsController> {
|
|||||||
() => controller.selectSettings(AccountMenuItem.languageAndRegion)
|
() => controller.selectSettings(AccountMenuItem.languageAndRegion)
|
||||||
),
|
),
|
||||||
Obx(() {
|
Obx(() {
|
||||||
if (PlatformInfo.isMobile && controller.manageAccountDashboardController.isFcmCapabilitySupported) {
|
if (controller.manageAccountDashboardController.isFcmCapabilitySupported && PlatformInfo.isMobile) {
|
||||||
return Column(children: [
|
return Column(children: [
|
||||||
Divider(
|
Divider(
|
||||||
color: AppColor.colorDividerHorizontal,
|
color: AppColor.colorDividerHorizontal,
|
||||||
|
|||||||
Reference in New Issue
Block a user