We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 59fc2d4 commit 64d477fCopy full SHA for 64d477f
OneSignalSDK/onesignal/location/src/test/java/com/onesignal/location/shadows/ShadowGoogleApiClient.kt
@@ -63,7 +63,7 @@ class ShadowGoogleApiClient : GoogleApiClient() {
63
connected = true
64
}
65
66
- override fun <C : Api.Client?> getClient(p0: Api.AnyClientKey<C>): C {
+ override fun <C : Api.Client> getClient(p0: Api.AnyClientKey<C>): C {
67
return object : Api.Client {
68
override fun connect(p0: BaseGmsClient.ConnectionProgressReportCallbacks) { }
69
0 commit comments