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

19 lines
613 B
Java
Raw Normal View History

2021-07-24 02:37:17 +00:00
package c.a.j;
2021-08-18 07:29:27 +00:00
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;
2021-07-24 02:37:17 +00:00
2021-08-18 07:29:27 +00:00
public e(a aVar) {
this.i = aVar;
2021-07-24 02:37:17 +00:00
}
2021-08-18 07:29:27 +00:00
/* JADX DEBUG: Method arguments types fixed to match base method, original types: [java.lang.Object] */
@Override // rx.functions.Action1
public void call(Throwable th) {
2021-11-29 08:39:39 +00:00
Logger.e$default(this.i.f201c, "error while subscribing to componentPausedObservable for hiding floating view", th, null, 4, null);
2021-07-24 02:37:17 +00:00
}
}