mirror of
https://github.com/Rockbox/rockbox.git
synced 2026-01-22 01:30:35 -05:00
plugin otp: Stop freezing display when generate OTP
Sometimes OTP code expires soon and we can't use it. So, We have to wait for new one. And it's really anoying, when devide stucking at this time Change-Id: Ic5e0105b6c051ad2ec2a2421068867be2e497683
This commit is contained in:
parent
4e13e69de3
commit
eee6c31b4a
2 changed files with 1 additions and 1 deletions
|
|
@ -541,7 +541,6 @@ static void show_code(int acct)
|
||||||
rb->splash(0, "TOTP not supported on this device!");
|
rb->splash(0, "TOTP not supported on this device!");
|
||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
rb->sleep(HZ * 2);
|
|
||||||
while(1)
|
while(1)
|
||||||
{
|
{
|
||||||
int button = rb->button_get(true);
|
int button = rb->button_get(true);
|
||||||
|
|
|
||||||
|
|
@ -749,6 +749,7 @@ Hoàng Manh Phú
|
||||||
Gyúróczki Norbert
|
Gyúróczki Norbert
|
||||||
Ivan Romaniuk-Mikhailovsky
|
Ivan Romaniuk-Mikhailovsky
|
||||||
Matthieu BACHELIER
|
Matthieu BACHELIER
|
||||||
|
Petr Mikhalitsyn
|
||||||
|
|
||||||
The libmad team
|
The libmad team
|
||||||
The wavpack team
|
The wavpack team
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue