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:
Petr Mikhalicin 2025-12-27 01:30:16 +05:00 committed by Christian Soffke
parent 4e13e69de3
commit eee6c31b4a
2 changed files with 1 additions and 1 deletions

View file

@ -541,7 +541,6 @@ static void show_code(int acct)
rb->splash(0, "TOTP not supported on this device!");
}
#endif
rb->sleep(HZ * 2);
while(1)
{
int button = rb->button_get(true);