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

16 lines
526 B
Java

package com.discord.stores;
import rx.functions.Action1;
/* compiled from: StoreAuthentication.kt */
public final class StoreAuthentication$getFingerprintSnapshotOrGenerate$2<T> implements Action1<String> {
public final /* synthetic */ StoreAuthentication this$0;
public StoreAuthentication$getFingerprintSnapshotOrGenerate$2(StoreAuthentication storeAuthentication) {
this.this$0 = storeAuthentication;
}
public final void call(String str) {
this.this$0.setFingerprint(str, false);
}
}