mirror of
https://github.com/KokaKiwi/BarInsta
synced 2024-11-14 02:37:30 +00:00
clear followviewer subtitle on exit
This commit is contained in:
parent
723b35ca33
commit
859b51af21
@ -98,6 +98,11 @@ class FollowViewerFragment : Fragment(), SwipeRefreshLayout.OnRefreshListener {
|
||||
else viewModel.fetch(isFollowersList, null)
|
||||
}
|
||||
|
||||
override fun onDestroy() {
|
||||
fragmentActivity.supportActionBar?.subtitle = null
|
||||
super.onDestroy()
|
||||
}
|
||||
|
||||
private fun listFollows() {
|
||||
viewModel.comparison.removeObservers(viewLifecycleOwner)
|
||||
viewModel.status.removeObservers(viewLifecycleOwner)
|
||||
|
Loading…
Reference in New Issue
Block a user