Skip to content
This repository has been archived by the owner on Jul 22, 2024. It is now read-only.

Commit

Permalink
Restore mistakenly removed callback
Browse files Browse the repository at this point in the history
  • Loading branch information
keianhzo committed Nov 4, 2019
1 parent 4c4835f commit 6dd4406
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,10 @@ private void signIn(View view) {
mWidgetManager.getFocusedWindow().getSession().loadUri(url);
}

if (mSignInCallback != null) {
mSignInCallback.run();
}

}, new UIThreadExecutor());
}
}
Expand Down

0 comments on commit 6dd4406

Please sign in to comment.