From e191fd1add681b98dfcbdad0acbbde2faae1f284 Mon Sep 17 00:00:00 2001 From: MFlisar Date: Tue, 22 May 2018 19:37:57 +0200 Subject: [PATCH] comments --- .../michaelflisar/gdprdialog/demo/gdpr/DemoGDPRActivity.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/src/main/java/com/michaelflisar/gdprdialog/demo/gdpr/DemoGDPRActivity.java b/app/src/main/java/com/michaelflisar/gdprdialog/demo/gdpr/DemoGDPRActivity.java index 10392da..f460207 100644 --- a/app/src/main/java/com/michaelflisar/gdprdialog/demo/gdpr/DemoGDPRActivity.java +++ b/app/src/main/java/com/michaelflisar/gdprdialog/demo/gdpr/DemoGDPRActivity.java @@ -39,7 +39,7 @@ public void onConsentInfoUpdate(GDPRConsent consentState, boolean isNewState) // never happens! break; case NO_CONSENT: - // with the default setup, the dialog will shown in this case again anyways! + // with the default setup, the dialog will be shown again in this case anyways! break; case NON_PERSONAL_CONSENT_ONLY: case PERSONAL_CONSENT: