dialogflow / dialogflow-android-client

Android SDK for Dialogflow
https://dialogflow.com
Apache License 2.0
575 stars 270 forks source link

onListeningStarted() called twice for a single aiService.startListening(); #35

Open Ponpoorani opened 7 years ago

Ponpoorani commented 7 years ago

If I call aiService.startListening() once, onListeningStarted() method is called twice at the same time. Why is this happening?