]> gitweb.stoutner.com Git - PrivacyBrowserAndroid.git/blobdiff - app/src/free/java/com/stoutner/privacybrowser/dialogs/AdConsentDialog.java
Add import and export of settings. https://redmine.stoutner.com/issues/23
[PrivacyBrowserAndroid.git] / app / src / free / java / com / stoutner / privacybrowser / dialogs / AdConsentDialog.java
index 6b771d6a1c40dc31f355e4dc4eb61befac9d897f..8808923a641be83c0591ba8941c00853560e24e2 100644 (file)
@@ -81,7 +81,7 @@ public class AdConsentDialog extends DialogFragment {
             consentInformation.setTagForUnderAgeOfConsent(true);
 
             // Load an ad.
-            AdHelper.loadAd(getActivity().findViewById(R.id.adview), getActivity().getApplicationContext(), getString(R.string.ad_id));
+            AdHelper.loadAd(getActivity().findViewById(R.id.adview), getActivity().getApplicationContext(), getString(R.string.ad_unit_id));
         });
 
         // Return the alert dialog.