Skip to content
This repository has been archived by the owner on May 10, 2024. It is now read-only.

Commit

Permalink
Fix #1773: Make ad auto-dismissal time 30 seconds
Browse files Browse the repository at this point in the history
  • Loading branch information
kylehickinson committed Oct 23, 2019
1 parent 00304f2 commit 7411503
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion BraveRewardsUI/Ads/AdsViewController.swift
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ public class AdsViewController: UIViewController {
}

/// The number of seconds until the ad is automatically dismissed
private let automaticDismissalInterval: TimeInterval = 8
private let automaticDismissalInterval: TimeInterval = 30

private var displayedAds: [AdView: DisplayedAd] = [:]
private(set) var visibleAdView: AdView?
Expand Down

0 comments on commit 7411503

Please sign in to comment.