Ondrej Kroupa

Results 5 comments of Ondrej Kroupa

Passing application context to `GoogleApiClient.Builder` should solve the leak. ``` mGoogleApiClient = new GoogleApiClient.Builder(getContext().getApplicationContext()) ```

I have compiled app locally, pushed again and it works. Thanks!