From d463bce3c5d27dec01d5c4ada9067aa1ad663563 Mon Sep 17 00:00:00 2001 From: Chirayu Desai Date: Fri, 13 Sep 2019 03:15:39 +0530 Subject: [PATCH] Add new method from ICaptivePortal Change-Id: I13a5b4b5e2269ac53fd78862defe1ef5edeb1994 --- src/org/lineageos/setupwizard/CaptivePortalSetupActivity.java | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/org/lineageos/setupwizard/CaptivePortalSetupActivity.java b/src/org/lineageos/setupwizard/CaptivePortalSetupActivity.java index 44335ff3..bae17d0b 100644 --- a/src/org/lineageos/setupwizard/CaptivePortalSetupActivity.java +++ b/src/org/lineageos/setupwizard/CaptivePortalSetupActivity.java @@ -131,6 +131,8 @@ public class CaptivePortalSetupActivity extends SubBaseActivity { new CaptivePortal(new ICaptivePortal.Stub() { @Override public void appResponse(int response) {} + @Override + public void logEvent(int eventId, String packageName) {} })); intent.putExtra("status_bar_color", context.getResources().getColor(R.color.primary_dark));