You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I found that diskCacheInfo may create in WebThread., thus the timer run at WebThread .
You can't control WebThread's time life.
I think it should start timer on main thread.
The text was updated successfully, but these errors were encountered:
I found that diskCacheInfo may create in WebThread., thus the timer run at WebThread .
You can't control WebThread's time life.
I think it should start timer on main thread.
The text was updated successfully, but these errors were encountered: