mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-12-01 04:46:47 -05:00
Improve documentation
This commit is contained in:
parent
ab80d9a374
commit
9ad79f0c89
2 changed files with 38 additions and 4 deletions
|
|
@ -314,7 +314,7 @@ LLwaitTokenBeginLabel:
|
|||
#if defined(__ANDROID__) && (__ANDROID_API__ < 24)
|
||||
/* Work around for very slow/old android devices, we don't expect this
|
||||
* to be necessary on newer devices. If it take unreasonably long
|
||||
* something worser is already happening elsewere amd we return anyway.
|
||||
* something worser is already happening elsewere and we return anyway.
|
||||
*/
|
||||
if( st > RsTokenService::FAILED && st < RsTokenService::COMPLETE
|
||||
&& maxWorkAroundCnt-- > 0 )
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue