mirror of
https://github.com/beemdevelopment/Aegis.git
synced 2025-05-16 23:12:51 +00:00
Merge pull request #1017 from orange-elephant/reveal-on-hotp-increment
Reveal hidden code on HOTP increment click
This commit is contained in:
commit
599be44369
1 changed files with 1 additions and 0 deletions
|
@ -485,6 +485,7 @@ public class EntryAdapter extends RecyclerView.Adapter<RecyclerView.ViewHolder>
|
||||||
// this will only be called if the entry is of type HotpInfo
|
// this will only be called if the entry is of type HotpInfo
|
||||||
try {
|
try {
|
||||||
((HotpInfo) entry.getInfo()).incrementCounter();
|
((HotpInfo) entry.getInfo()).incrementCounter();
|
||||||
|
focusEntry(entry, _tapToRevealTime);
|
||||||
} catch (OtpInfoException e) {
|
} catch (OtpInfoException e) {
|
||||||
throw new RuntimeException(e);
|
throw new RuntimeException(e);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue