Reveal hidden code on HOTP increment click

pull/1017/head
elena 3 years ago
parent 8562fafda7
commit af9be15ae0

@ -485,6 +485,7 @@ public class EntryAdapter extends RecyclerView.Adapter<RecyclerView.ViewHolder>
// this will only be called if the entry is of type HotpInfo
try {
((HotpInfo) entry.getInfo()).incrementCounter();
focusEntry(entry, _tapToRevealTime);
} catch (OtpInfoException e) {
throw new RuntimeException(e);
}

Loading…
Cancel
Save