1
0
mirror of https://github.com/AllanWang/Frost-for-Facebook.git synced 2024-11-08 20:12:39 +01:00

Remove refresh requirement

This commit is contained in:
Allan Wang 2019-07-18 00:09:25 -07:00
parent 53489f9c5a
commit dc5979df63
No known key found for this signature in database
GPG Key ID: C93E3F9C679D7A56

View File

@ -490,8 +490,8 @@ abstract class BaseMainActivity : BaseActivity(), MainActivityContract,
controlWebview?.resumeTimers()
launch {
FbCookie.switchBackUser()
if (shouldReload)
refreshAll()
// if (shouldReload)
// refreshAll()
}
}