25 lines
632 B
Java
25 lines
632 B
Java
|
package o;
|
||
|
|
||
|
import android.view.View;
|
||
|
|
||
|
/* loaded from: classes5.dex */
|
||
|
public final class fMR {
|
||
|
|
||
|
/* loaded from: classes5.dex */
|
||
|
public static final class Sts extends AbstractC14961gcz implements InterfaceC14890gbN<C14866gag> {
|
||
|
private View e;
|
||
|
|
||
|
@Override // o.InterfaceC14890gbN
|
||
|
public final /* synthetic */ C14866gag invoke() {
|
||
|
this.e.invalidate();
|
||
|
return C14866gag.c;
|
||
|
}
|
||
|
|
||
|
/* JADX WARN: 'super' call moved to the top of the method (can break code semantics) */
|
||
|
public Sts(View view) {
|
||
|
super(0);
|
||
|
this.e = view;
|
||
|
}
|
||
|
}
|
||
|
}
|