Merge pull request #1017 from orange-elephant/reveal-on-hotp-increment

Reveal hidden code on HOTP increment click
This commit is contained in:
Alexander Bakker 2022-11-06 12:18:40 +01:00 committed by GitHub
commit 599be44369
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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