Skip to content

Wrong Characters on DexGuarded Classes Names #584

@enovella

Description

@enovella

Problem

jadx-bug

Also deobfuscation of methods and fields is applied but it wasn't enabled on preferences

package o;

/* renamed from: o.ᴻ */
public final /* synthetic */ class C implements Qn {
    /* renamed from: ˊ */
    private final HttpInterface f19353;
    /* renamed from: ˏ */
    private final DownloadPdfRequest f19354;

    public C(HttpInterface httpInterface, DownloadPdfRequest downloadPdfRequest) {
        this.f19353 = httpInterface;
        this.f19354 = downloadPdfRequest;
    }

    public Object apply(Object obj) {
        return LeagueListingFeature.m29926(this.f19353, this.f19354, (PermissionEnum) obj);
    }
}

Jadx version

Latest unstable

Comments contain the right symbol:

/* renamed from: o.Ч */
public class C extends C {
    /* renamed from: ˋ */

Sample

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions