mirror of
https://github.com/ProtonMail/ios-mail.git
synced 2026-05-15 09:50:39 +00:00
Merge branch 'main' into task/ET-5868
This commit is contained in:
@@ -39,7 +39,7 @@ extension PMSystemLabel {
|
||||
return .init(
|
||||
folderID: id,
|
||||
type: systemFolder,
|
||||
unreadCount: UnreadCountFormatter.stringIfGreaterThan0(count: unread),
|
||||
unreadCount: UnreadCountFormatter.stringIfGreaterThan0(count: count),
|
||||
isSelected: false
|
||||
)
|
||||
}
|
||||
|
||||
@@ -38,8 +38,7 @@ extension PMSystemLabel {
|
||||
notify: false,
|
||||
displayOrder: displayOrder,
|
||||
sticky: false,
|
||||
total: 0,
|
||||
unread: 0
|
||||
count: 0
|
||||
)
|
||||
}
|
||||
}
|
||||
|
||||
@@ -64,7 +64,7 @@ final class TelemetryReporter: TelemetryReporting {
|
||||
}
|
||||
|
||||
private func generalDimensions() -> GeneralDimensions {
|
||||
.init(upsellEntryPoint: entryPoint!, planBeforeUpgrade: "free", modalVariant: .comparison)
|
||||
.init(upsellEntryPoint: entryPoint!, planBeforeUpgrade: "free", modalVariant: .comparisonPlus)
|
||||
}
|
||||
|
||||
private func planSpecificDimensions(storeKitProductID: String) -> PlanSpecificDimensions {
|
||||
|
||||
@@ -31,7 +31,7 @@ final class TelemetryReporterTests {
|
||||
.init(
|
||||
upsellEntryPoint: entryPoint,
|
||||
planBeforeUpgrade: "free",
|
||||
modalVariant: .comparison
|
||||
modalVariant: .comparisonPlus
|
||||
)
|
||||
}
|
||||
|
||||
|
||||
+1
-1
@@ -1 +1 @@
|
||||
0.164.0
|
||||
0.164.2
|
||||
|
||||
Reference in New Issue
Block a user