discord-jadx/app/src/main/java/com/discord/stores/StoreAuthentication$logout$...

17 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);
}
}