discord-jadx/app/src/main/java/com/discord/stores/StoreAuthentication$logout$1.java
Juby210 02b39b5eaf
Enable replacing const values in jadx
Tracking changes should be much easier now.
2021-08-10 00:50:52 +02:00

16 lines
569 B
Java

package com.discord.stores;
import j0.k.b;
import rx.Observable;
/* compiled from: StoreAuthentication.kt */
public final class StoreAuthentication$logout$1<T, R> implements b<Void, Observable<? extends String>> {
public final /* synthetic */ StoreAuthentication this$0;
public StoreAuthentication$logout$1(StoreAuthentication storeAuthentication) {
this.this$0 = storeAuthentication;
}
public final Observable<? extends String> call(Void r1) {
return StoreAuthentication.access$getFingerprintSnapshotOrGenerate(this.this$0);
}
}