Skip to content
This repository has been archived by the owner. It is now read-only.
Permalink
Browse files

[IP-575] crash when opening promo notification message

  • Loading branch information
Pavel authored and pavel-cliqz committed May 28, 2019
1 parent a388fc7 commit 8c69f4f87e65bac6b30c899234458ae3a0471195
Showing with 0 additions and 4 deletions.
  1. +0 −4 Cliqz/Upgrade&Payment/DataSource/PromoSubscriptionsDataSource.swift
@@ -34,10 +34,6 @@ class PromoSubscriptionsDataSource: SubscriptionDataSoruce {
}
}

override func subscriptionsCount() -> Int {
return 1
}

override func subscriptionInfo(indexPath: IndexPath) -> SubscriptionCellInfo? {
guard indexPath.row == 0 else {
return nil

0 comments on commit 8c69f4f

Please sign in to comment.