GDPRConsent icon indicating copy to clipboard operation
GDPRConsent copied to clipboard

Results 2 GDPRConsent issues
Sort by recently updated
recently updated
newest added

Fatal Exception: kotlin.UninitializedPropertyAccessException lateinit property mCurrentFragment has not been initialized dae.gdprconsent.ConsentActivity.dae.gdprconsent.ConsentActivity$ConsentPagerAdapter.getCurrentFragment (SourceFile:12224) dae.gdprconsent.ConsentActivity$onCreate$2.onClick (SourceFile:47) android.view.View.performClick (View.java:5052) android.view.View$PerformClick.run (View.java:20162) android.os.Handler.handleCallback (Handler.java:739) android.os.Handler.dispatchMessage (Handler.java:95) android.os.Looper.loop (Looper.java:135) android.app.ActivityThread.main (ActivityThread.java:5753) java.lang.reflect.Method.invoke (Method.java) java.lang.reflect.Method.invoke (Method.java:372)...

bug

When I install the app for the first time, the consents are not given. If I give them, then the `Constants.KEY_CONSENT_CHANGED` is fired. But when I restart the app, and...