Skip to content

Commit

Permalink
Commit dismiss progress listener method
Browse files Browse the repository at this point in the history
  • Loading branch information
MohitAndroid committed Apr 2, 2019
1 parent 90beaaf commit 015e8ea
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,7 @@ public void beforeCallBack() {

@Override
public void onResponse(String responseString) {
tBleBeaconListener.onDismissProgress();
parseClassFields(responseString);
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,6 @@ public interface BleBeaconListener<T> {

void onShowProgress();

void onDismissProgress();

}

0 comments on commit 015e8ea

Please sign in to comment.