discord-jadx/app/src/main/java/c/p/a/d.java

22 lines
737 B
Java

package c.p.a;
import d0.z.d.o;
import kotlin.jvm.functions.Function0;
/* compiled from: Alert.kt */
public final class d extends o implements Function0<Integer> {
public final /* synthetic */ b this$0;
/* JADX INFO: super call moved to the top of the method (can break code semantics) */
public d(b bVar) {
super(0);
this.this$0 = bVar;
}
/* Return type fixed from 'java.lang.Object' to match base method */
@Override // kotlin.jvm.functions.Function0
/* renamed from: invoke */
public Integer mo1invoke() {
return Integer.valueOf(this.this$0.getResources().getDimensionPixelSize(this.this$0.getResources().getIdentifier("navigation_bar_height", "dimen", "android")));
}
}