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

[IP-157] Fresh tab should not be scrollable when there is nothing to …

…scroll down to.
  • Loading branch information
mahmoud-adam85 committed Apr 2, 2019
1 parent c3e2fa0 commit a97cea1527cba81ec7c764de5ba91bc4794bdc9a
Showing with 1 addition and 0 deletions.
  1. +1 −0 Cliqz/HomePanel/Freshtab/Lumen/LumenFreshtabViewController.swift
@@ -32,6 +32,7 @@ class LumenFreshtabViewController: FreshtabViewController {

setupViews()
setupConstraints()
scrollView.isScrollEnabled = false
NotificationCenter.default.addObserver(self, selector: #selector(refreshView(_:)),
name: .ProductPurchaseSuccessNotification,
object: nil)

0 comments on commit a97cea1

Please sign in to comment.