修复隐藏入口后一键修复无法即时更新页面问题
This commit is contained in:
@ -170,6 +170,10 @@ class DiscoverFragment : BaseFragment<Any>() {
|
||||
mDiscoverGameTrends.visibility = View.GONE
|
||||
mDiscoverInfo.visibility = View.GONE
|
||||
mDiscoverLibaoLine.visibility = View.GONE
|
||||
} else {
|
||||
mDiscoverGameTrends.visibility = View.VISIBLE
|
||||
mDiscoverInfo.visibility = View.VISIBLE
|
||||
mDiscoverLibaoLine.visibility = View.VISIBLE
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
@ -23,7 +23,7 @@ data class SettingsEntity(
|
||||
@SerializedName("ad")
|
||||
var adList: List<AD>? = listOf(),
|
||||
@SerializedName("article_entrance")
|
||||
private var articleEntrance: String = "on") {
|
||||
private var articleEntrance: String = "") {
|
||||
|
||||
fun setCommunityEntrance(communityEntrance: String) {
|
||||
this.communityEntrance = communityEntrance
|
||||
|
||||
Reference in New Issue
Block a user