Skip to content
This repository has been archived by the owner on Jan 29, 2023. It is now read-only.

Commit

Permalink
Add connecting status for billing manager
Browse files Browse the repository at this point in the history
  • Loading branch information
George Venios committed Feb 7, 2018
1 parent 53c984c commit d9b1b79
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -183,6 +183,7 @@ private void runWhenConnected(Runnable runnable) {

private void startConnection() {
logV(TAG_BILLING, "Connecting to billing service");
connectionStatus = CONNECTING;
billingClient.startConnection(new BillingClientStateListener() {
@Override
public void onBillingSetupFinished(int responseCode) {
Expand Down

0 comments on commit d9b1b79

Please sign in to comment.