fix: 修复主页闪退
This commit is contained in:
parent
e3668c1b8d
commit
89d6497831
|
|
@ -119,7 +119,7 @@ class MainForumListFragment : BaseFragment(), Refreshable, Toolbar.OnMenuItemCli
|
||||||
reloadAdapters()
|
reloadAdapters()
|
||||||
}
|
}
|
||||||
if (view != null) {
|
if (view != null) {
|
||||||
refreshOKSignProgress()
|
runCatching { refreshOKSignProgress() }
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
@ -181,7 +181,7 @@ class MainForumListFragment : BaseFragment(), Refreshable, Toolbar.OnMenuItemCli
|
||||||
|
|
||||||
private fun startSign() {
|
private fun startSign() {
|
||||||
TiebaUtil.startSign(attachContext)
|
TiebaUtil.startSign(attachContext)
|
||||||
refreshOKSignProgress()
|
runCatching { refreshOKSignProgress() }
|
||||||
}
|
}
|
||||||
|
|
||||||
private fun refreshOKSignProgress() {
|
private fun refreshOKSignProgress() {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue