mirror of
https://github.com/beemdevelopment/Aegis.git
synced 2025-04-24 15:56:07 +00:00
Reveal hidden code on HOTP increment click
This commit is contained in:
parent
8562fafda7
commit
af9be15ae0
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
Reference in a new issue