Skip to content

Commit

Permalink
small bugfix
Browse files Browse the repository at this point in the history
  • Loading branch information
Johannes Borchardt committed Mar 30, 2012
1 parent c5f7217 commit 49e6b34
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
Expand Up @@ -130,7 +130,7 @@ protected MadvertiseAd(final Context context, final JSONObject json,

// overwrite banner url
mBannerUrl = MadvertiseUtil.getJSONValue(richMediaJson, "full_url");
mBannerUrl="http://dl.dropbox.com/u/48980623/overlay-mraid/index.html";
mBannerUrl="http://dgjfodifgjfdkl.fr";
// get sizes for rich media ad
try {
mBannerHeight = 350;//Integer.parseInt(MadvertiseUtil.getJSONValue(richMediaJson, "height"));
Expand Down
Expand Up @@ -122,8 +122,6 @@ public void onPageFinished(WebView view, String url) {
mCloseButton
.setImageResource(android.R.drawable.ic_menu_close_clear_cancel);
}
} else {
mError = false;
}
}

Expand Down

0 comments on commit 49e6b34

Please sign in to comment.