Skip to content

Commit

Permalink
feat(unification): set positive refresh interval in banner view #370
Browse files Browse the repository at this point in the history
  • Loading branch information
ValentinPostindustria committed Mar 24, 2022
1 parent 75af686 commit e81b623
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ public class BannerView extends FrameLayout {
@Nullable
private BannerViewListener mBannerViewListener;

private int mRefreshIntervalSec = -1;
private int mRefreshIntervalSec = 0;

private boolean mIsPrimaryAdServerRequestInProgress;
private boolean mAdFailed;
Expand Down

0 comments on commit e81b623

Please sign in to comment.