Skip to content

Commit

Permalink
12 Şubat 2022:
Browse files Browse the repository at this point in the history
onBillingServiceDisconnected
inside part commented
  • Loading branch information
Ucdemir committed Feb 12, 2022
1 parent 16b93fb commit 4eadfc3
Showing 1 changed file with 5 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -172,13 +172,16 @@ public void onBillingSetupFinished(BillingResult billingResult) {
public void onBillingServiceDisconnected() {


try {

//This area has been commented for
//illegal state exception to see it casued by this
/*try {
startToWork(type);
}catch (IllegalStateException e){
}
}*/


}
Expand Down

0 comments on commit 4eadfc3

Please sign in to comment.