Answer the question
In order to leave comments, you need to log in
Why is the application partially obfuscated?
Has anyone encountered the problem of partial obfuscation? The class is partially obfuscated. Some methods change their name and some don't
, here is my proGuard file
#nav models
-keep class * extends android.os.Parcelable
-keep class * extends java.io.Serializable
#koin
-keepclassmembers public class * extends androidx.lifecycle.ViewModel { public <init>(...); }
#netwok
-keep class com.umbrella.ds_remote_impl.** {*;}
#moshi & DriverProfileEditableDataSectionType
-keepclassmembernames class * extends java.lang.Enum {
<fields>;
}
/* renamed from: a */
public final void mo27123a(C3428a<C4785t> callback) {
C3753r.m3233g(callback, "callback");
ShapeableImageView shapeableImageView = this.f18625q.f19116b;
C3753r.m3232f(shapeableImageView, "binding.iconPlaceholder");
C10238r.m40740h(shapeableImageView, 0, new UploadPhotoWithReplaceIcon$onReplaceIconClick$1(callback), 1);
}
public final void setBitmapBackground(Bitmap image) {
C3753r.m3233g(image, "image");
this.f18625q.f19117c.setBitmapBackground(image);
}
public final void setImageBackground(String imageUrl) {
C3753r.m3233g(imageUrl, "imageUrl");
this.f18625q.f19117c.setImageBackground(imageUrl);
}
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question