discord-jadx/app/src/main/java/c/a/j/e.java

19 lines
613 B
Java

package c.a.j;
import com.discord.utilities.logging.Logger;
import rx.functions.Action1;
/* compiled from: FloatingViewManager.kt */
public final class e<T> implements Action1<Throwable> {
public final /* synthetic */ a i;
public e(a aVar) {
this.i = aVar;
}
/* JADX DEBUG: Method arguments types fixed to match base method, original types: [java.lang.Object] */
@Override // rx.functions.Action1
public void call(Throwable th) {
Logger.e$default(this.i.f201c, "error while subscribing to componentPausedObservable for hiding floating view", th, null, 4, null);
}
}