67Samuel

Results 3 comments of 67Samuel

This does not set the text for me, I do the following but it just gives me an empty search view: ```kotlin if (queryText.isNotEmpty()) { searchView.showSearch() searchView.setQuery(queryText, false) } ```

I'm facing the same issue as well, using version 2.0.0-alpha.94 and access token initialization. I am able to get other data but the Play object is always null.

Update: I managed to get the play object and videos as expected with the following dependencies: ``` implementation "com.github.vimeo.vimeo-networking-java:vimeo-networking:2.0.10" implementation "com.github.vimeo.vimeo-networking-java:models:2.0.10" ```