Files
Daniel Elliott c080f0d97f Add Discord community version (64-bit only)
- Added realracing3-community.apk (71.57 MB)
- Removed 32-bit support (armeabi-v7a)
- Only includes arm64-v8a libraries
- Decompiled source code included
- Added README-community.md with analysis
2026-02-18 15:48:36 -08:00

32 lines
959 B
Java

package com.google.android.gms.internal.drive;
/* loaded from: classes3.dex */
final class zzlh implements zzlp {
private zzlp[] zztt;
public zzlh(zzlp... zzlpVarArr) {
this.zztt = zzlpVarArr;
}
@Override // com.google.android.gms.internal.drive.zzlp
public final boolean zzb(Class<?> cls) {
for (zzlp zzlpVar : this.zztt) {
if (zzlpVar.zzb(cls)) {
return true;
}
}
return false;
}
@Override // com.google.android.gms.internal.drive.zzlp
public final zzlo zzc(Class<?> cls) {
for (zzlp zzlpVar : this.zztt) {
if (zzlpVar.zzb(cls)) {
return zzlpVar.zzc(cls);
}
}
String name = cls.getName();
throw new UnsupportedOperationException(name.length() != 0 ? "No factory is available for message type: ".concat(name) : new String("No factory is available for message type: "));
}
}