package com.discord.stores; import rx.functions.Action1; /* compiled from: StoreAuthentication.kt */ public final class StoreAuthentication$getFingerprintSnapshotOrGenerate$2 implements Action1 { 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); } }