Skip to content

Commit 6cfb38b

Browse files
committed
Update to v6.69
1 parent a58fd45 commit 6cfb38b

File tree

4 files changed

+10
-10
lines changed

4 files changed

+10
-10
lines changed
10 Bytes
Binary file not shown.
0 Bytes
Binary file not shown.
1 Byte
Binary file not shown.

AnLinux/app/src/main/java/exa/lnx/a/MainUI.java

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -302,8 +302,8 @@ public boolean onNavigationItemSelected(@NonNull MenuItem item) {
302302
if (i == 0) {
303303
if(mInterstitialAd != null && shouldShowAds){
304304
mInterstitialAd.show(MainUI.this);
305+
i = 1;
305306
}
306-
i = 1;
307307
}
308308
newFragment(0);
309309
}
@@ -332,8 +332,8 @@ public boolean onNavigationItemSelected(@NonNull MenuItem item) {
332332
if (i == 0) {
333333
if(mInterstitialAd != null && shouldShowAds){
334334
mInterstitialAd.show(MainUI.this);
335+
i = 1;
335336
}
336-
i = 1;
337337
}
338338
newFragment(2);
339339
}
@@ -345,8 +345,8 @@ public boolean onNavigationItemSelected(@NonNull MenuItem item) {
345345
if (i == 0) {
346346
if(mInterstitialAd != null && shouldShowAds){
347347
mInterstitialAd.show(MainUI.this);
348+
i = 1;
348349
}
349-
i = 1;
350350
}
351351
newFragment(9);
352352
}
@@ -360,8 +360,8 @@ public boolean onNavigationItemSelected(@NonNull MenuItem item) {
360360
if (i == 0) {
361361
if(mInterstitialAd != null && shouldShowAds){
362362
mInterstitialAd.show(MainUI.this);
363+
i = 1;
363364
}
364-
i = 1;
365365
}
366366
newFragment(3);
367367
}
@@ -373,8 +373,8 @@ public boolean onNavigationItemSelected(@NonNull MenuItem item) {
373373
if (i == 0) {
374374
if(mInterstitialAd != null && shouldShowAds){
375375
mInterstitialAd.show(MainUI.this);
376+
i = 1;
376377
}
377-
i = 1;
378378
}
379379
newFragment(4);
380380
}
@@ -386,8 +386,8 @@ public boolean onNavigationItemSelected(@NonNull MenuItem item) {
386386
if (i == 0) {
387387
if(mInterstitialAd != null && shouldShowAds){
388388
mInterstitialAd.show(MainUI.this);
389+
i = 1;
389390
}
390-
i = 1;
391391
}
392392
newFragment(5);
393393
}
@@ -399,8 +399,8 @@ public boolean onNavigationItemSelected(@NonNull MenuItem item) {
399399
if (i == 0) {
400400
if(mInterstitialAd != null && shouldShowAds){
401401
mInterstitialAd.show(MainUI.this);
402+
i = 1;
402403
}
403-
i = 1;
404404
}
405405
newFragment(6);
406406
}
@@ -414,8 +414,8 @@ public boolean onNavigationItemSelected(@NonNull MenuItem item) {
414414
if (i == 0) {
415415
if(mInterstitialAd != null && shouldShowAds){
416416
mInterstitialAd.show(MainUI.this);
417+
i = 1;
417418
}
418-
i = 1;
419419
}
420420
newFragment(7);
421421
}
@@ -427,8 +427,8 @@ public boolean onNavigationItemSelected(@NonNull MenuItem item) {
427427
if (i == 0) {
428428
if(mInterstitialAd != null && shouldShowAds){
429429
mInterstitialAd.show(MainUI.this);
430+
i = 1;
430431
}
431-
i = 1;
432432
}
433433
newFragment(8);
434434
}
@@ -440,8 +440,8 @@ public boolean onNavigationItemSelected(@NonNull MenuItem item) {
440440
if (i == 0) {
441441
if(mInterstitialAd != null && shouldShowAds){
442442
mInterstitialAd.show(MainUI.this);
443+
i = 1;
443444
}
444-
i = 1;
445445
}
446446
newFragment(10);
447447
}

0 commit comments

Comments
 (0)