Skip to content

Commit

Permalink
アルファリリースでテストして広告非表示課金が機能することを確認した
Browse files Browse the repository at this point in the history
  • Loading branch information
tateisu committed Mar 6, 2017
1 parent d06e3c6 commit 65cac40
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/src/main/java/jp/juggler/fadownloader/Page2.java
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ public Page2( Activity activity, View ignored ){

public void updatePurchaseButton(){
ActMain act = (ActMain) activity;
//noinspection ConstantConditions
btnRemoveAd.setVisibility( act.bSetupCompleted && ! act.bRemoveAdPurchased ? View.VISIBLE : View.GONE );
}
}

0 comments on commit 65cac40

Please sign in to comment.