We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0b4b88e commit 051266dCopy full SHA for 051266d
app/src/main/java/org/metatrans/commons/loading/Activity_Loading_Base_Ads.java
@@ -16,13 +16,16 @@ public abstract class Activity_Loading_Base_Ads extends Activity_Loading_Base {
16
17
private int HOUSE_AD_VIEW_ID = 571437512;
18
19
-
20
- //private IAdLoadFlow current_adLoadFlow_Banner;
+
21
private IAdLoadFlow current_adLoadFlow_Interstitial;
22
23
24
protected abstract String getBannerName();
25
26
protected abstract String getInterstitialName();
27
28
29
@Override
30
protected abstract IConfigurationColours getColoursCfg();
31
0 commit comments