Skip to content

Commit

Permalink
Remove unnecessary toast messages.
Browse files Browse the repository at this point in the history
  • Loading branch information
Ram Parameswaran committed Mar 8, 2016
1 parent 4faac16 commit 4ff5f52
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 6 deletions.
Binary file modified GoogleMobileAds.unitypackage
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@
import android.app.Activity;
import android.os.Bundle;
import android.util.Log;
import android.widget.Toast;

import com.google.ads.mediation.admob.AdMobAdapter;
import com.google.android.gms.ads.AdRequest;
Expand Down Expand Up @@ -96,11 +95,6 @@ public void onRewardedVideoAdClosed() {
@Override
public void onRewarded(RewardItem reward) {
adListener.onAdRewarded(reward.getType(), reward.getAmount());
Toast.makeText(activity,
String.format(" onRewarded! currency: %s amount: %d",
reward.getType(),
reward.getAmount()),
Toast.LENGTH_SHORT).show();
}

@Override
Expand Down

0 comments on commit 4ff5f52

Please sign in to comment.