Initial version -- added millennium read funcionality
This commit is contained in:
@@ -0,0 +1,26 @@
|
||||
package com.google.maps.android.ktx;
|
||||
|
||||
import com.google.android.gms.maps.GoogleMap;
|
||||
import kotlin.Metadata;
|
||||
import kotlin.Result;
|
||||
import kotlin.Unit;
|
||||
import kotlin.coroutines.Continuation;
|
||||
|
||||
/* JADX INFO: compiled from: GoogleMap.kt */
|
||||
/* JADX INFO: loaded from: classes2.dex */
|
||||
@Metadata(d1 = {"\u0000\b\n\u0000\n\u0002\u0010\u0002\n\u0000\u0010\u0000\u001a\u00020\u0001H\n¢\u0006\u0002\b\u0002"}, d2 = {"<anonymous>", "", "onMapLoaded"}, k = 3, mv = {1, 8, 0}, xi = 176)
|
||||
public final class GoogleMapKt$awaitMapLoad$2$1 implements GoogleMap.OnMapLoadedCallback {
|
||||
final /* synthetic */ Continuation<Unit> $continuation;
|
||||
|
||||
/* JADX WARN: Multi-variable type inference failed */
|
||||
public GoogleMapKt$awaitMapLoad$2$1(Continuation<? super Unit> continuation) {
|
||||
this.$continuation = continuation;
|
||||
}
|
||||
|
||||
@Override // com.google.android.gms.maps.GoogleMap.OnMapLoadedCallback
|
||||
public final void onMapLoaded() {
|
||||
Continuation<Unit> continuation = this.$continuation;
|
||||
Result.Companion companion = Result.INSTANCE;
|
||||
continuation.resumeWith(Result.m8388constructorimpl(Unit.INSTANCE));
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user