Skip to content

Commit 72389b6

Browse files
committed
Next release last changes
1 parent edfeeee commit 72389b6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/src/main/java/org/metatrans/commons/app/Application_Base_Ads.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ public void openInterstitial() {
4848

4949
if (activity instanceof IActivityInterstitial) {
5050

51-
((IActivityInterstitial)activity).openInterstitial();
51+
((IActivityInterstitial) activity).openInterstitial();
5252

5353
} else {
5454

0 commit comments

Comments
 (0)