[6.4.4][状态栏] 修正状态栏状态展示异常
This commit is contained in:
@@ -60,9 +60,9 @@ internal class StatusView(private val model: StatusModel, ctx: Context): Constra
|
||||
}
|
||||
}
|
||||
|
||||
onDetach {
|
||||
observer?.also { model.status.removeObserver(it) }
|
||||
}
|
||||
// onDetach {
|
||||
// observer?.also { model.status.removeObserver(it) }
|
||||
// }
|
||||
}
|
||||
|
||||
override fun onVisibilityChanged(changedView: View, visibility: Int) {
|
||||
|
||||
Reference in New Issue
Block a user