greg-tekai-com

Results 3 comments of greg-tekai-com

Wow, great turnaround time! Quick question as I'm not sure. By adding the `addOnFailureListener`, should the `addOnCompleteListener` above it be changed to `addOnSuccessListener` so that it doesn't still catch failures,...

The problem is it still runs the code after the `if (!response.isSuccessful())` block on failures, leading to checking the result regardless. It should exit the method after calling `listener.onLocationServiceError` in...

Just my two cents. It looks pretty good to me although I'm curious if a failure can hit both the failure listener as well as the completion one? I haven't...