Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit d463bce3 authored by Chirayu Desai's avatar Chirayu Desai Committed by Bruno Martins
Browse files

Add new method from ICaptivePortal

Change-Id: I13a5b4b5e2269ac53fd78862defe1ef5edeb1994
parent 0ebdabef
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -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));