Skip to content

Commit

Permalink
Set emitter status when event store not instantiated (close #306)
Browse files Browse the repository at this point in the history
  • Loading branch information
mhadam authored and oguzhanunlu committed Jun 10, 2019
1 parent 2658a19 commit 15ff60c
Showing 1 changed file with 1 addition and 0 deletions.
Expand Up @@ -454,6 +454,7 @@ private void attemptEmit() {
}
} else {
Logger.d(TAG, "Event store not instantiated.");
isRunning.compareAndSet(true, false);
}
}

Expand Down

0 comments on commit 15ff60c

Please sign in to comment.