Riccardo Ciovati
Riccardo Ciovati
I solved my problem using the right context when i create the ShareActionProvider. I was using ``` ShareActionProvider shareActionProvider = new ShareActionProvider(getActivity()); ``` but the right way to create it...
You are right, those samples are a little outdated. It would be appreciated if you could contribute improving them.
Can you provide a sample project showing the problem?
Thanks but you are sending the PR against the wrong branch :) Would you mind to send it again master?
@eefret if you are stuck on this you could simply use a `CountDownLatch` to await. ``` java final CountDownLatch latch = new CountDownLatch(1); final YourRequest request = new YourRequest(); spiceManager.execute(request,...
I will do it this week :-)
Ok, if there is any voluntary leave it to him :-)
In your opinion how do this would be implemented? As an extention to the cache module?
https://github.com/google/play-services-plugins/issues/148 for `google-services-plugin`