Initial version -- added millennium read funcionality
This commit is contained in:
@@ -0,0 +1,25 @@
|
||||
package com.google.maps.android.compose;
|
||||
|
||||
import kotlin.Metadata;
|
||||
import kotlin.Unit;
|
||||
import kotlin.jvm.functions.Function2;
|
||||
import kotlin.jvm.internal.Intrinsics;
|
||||
|
||||
/* JADX INFO: compiled from: MapUpdater.kt */
|
||||
/* JADX INFO: loaded from: classes2.dex */
|
||||
@Metadata(k = 3, mv = {2, 0, 0}, xi = 176)
|
||||
public final class MapUpdaterKt$MapUpdater$2$3 implements Function2<MapPropertiesNode, String, Unit> {
|
||||
public static final MapUpdaterKt$MapUpdater$2$3 INSTANCE = new MapUpdaterKt$MapUpdater$2$3();
|
||||
|
||||
@Override // kotlin.jvm.functions.Function2
|
||||
public /* bridge */ /* synthetic */ Unit invoke(MapPropertiesNode mapPropertiesNode, String str) {
|
||||
invoke2(mapPropertiesNode, str);
|
||||
return Unit.INSTANCE;
|
||||
}
|
||||
|
||||
/* JADX INFO: renamed from: invoke, reason: avoid collision after fix types in other method */
|
||||
public final void invoke2(MapPropertiesNode update, String str) {
|
||||
Intrinsics.checkNotNullParameter(update, "$this$update");
|
||||
update.setContentDescription(str);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user