Skip to content

Commit

Permalink
Update sdk/appcenter/src/androidTest/java/com/microsoft/appcenter/App…
Browse files Browse the repository at this point in the history
…CenterAndroidTest.java
  • Loading branch information
guperrot committed Jan 10, 2020
1 parent a9ee541 commit a4b249e
Showing 1 changed file with 1 addition and 0 deletions.
Expand Up @@ -100,6 +100,7 @@ public void enableDisable() {
final Semaphore lock = new Semaphore(0);
final AtomicReference<Boolean> isEnabled = new AtomicReference<>();
AppCenter.isEnabled().thenAccept(new AppCenterConsumer<Boolean>() {

@Override
public void accept(Boolean aBoolean) {
isEnabled.set(aBoolean);
Expand Down

0 comments on commit a4b249e

Please sign in to comment.