From 7b0f3c5cf2977c7beae9ba37641b52624e2f35fa Mon Sep 17 00:00:00 2001 From: Alexander Boriskov Date: Tue, 24 Mar 2020 16:48:46 +0300 Subject: [PATCH] [iOS] Fix style and duplicates of notification cell in BMC ViewController https://jira.mail.ru/browse/MAPSME-13465 --- .../Categories/BMCViewModel/BMCDefaultViewModel.swift | 2 +- .../Categories/Notifications/BMCNotificationsCell.xib | 10 +++++----- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/iphone/Maps/Bookmarks/Categories/BMCViewModel/BMCDefaultViewModel.swift b/iphone/Maps/Bookmarks/Categories/BMCViewModel/BMCDefaultViewModel.swift index 456c36ee71..bc7b12f27c 100644 --- a/iphone/Maps/Bookmarks/Categories/BMCViewModel/BMCDefaultViewModel.swift +++ b/iphone/Maps/Bookmarks/Categories/BMCViewModel/BMCDefaultViewModel.swift @@ -62,7 +62,7 @@ final class BMCDefaultViewModel: NSObject { } private func setNotifications() { - notifications.append(.load) + notifications = [.load] } func reloadData() { diff --git a/iphone/Maps/Bookmarks/Categories/Notifications/BMCNotificationsCell.xib b/iphone/Maps/Bookmarks/Categories/Notifications/BMCNotificationsCell.xib index 8294272bed..a6c0b6019f 100644 --- a/iphone/Maps/Bookmarks/Categories/Notifications/BMCNotificationsCell.xib +++ b/iphone/Maps/Bookmarks/Categories/Notifications/BMCNotificationsCell.xib @@ -1,9 +1,9 @@ - + - + @@ -30,6 +30,9 @@ + + + @@ -42,9 +45,6 @@ - - -