Skip to content

Commit

Permalink
Add new method from ICaptivePortal
Browse files Browse the repository at this point in the history
Change-Id: I13a5b4b5e2269ac53fd78862defe1ef5edeb1994
  • Loading branch information
chirayudesai authored and bgcngm committed Oct 4, 2019
1 parent 0ebdabe commit d463bce
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/org/lineageos/setupwizard/CaptivePortalSetupActivity.java
Original file line number Diff line number Diff line change
Expand Up @@ -131,6 +131,8 @@ protected void onPostExecute(Boolean isPortal) {
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));
Expand Down

0 comments on commit d463bce

Please sign in to comment.