add update for sharing status
This commit is contained in:
parent
607a4389ca
commit
c7ba22ee53
1 changed files with 1 additions and 0 deletions
|
@ -197,6 +197,7 @@ class MyLocationTabFragment : Fragment(), TelegramListener {
|
|||
|
||||
mainView.findViewById<View>(R.id.sharing_status_container).setOnClickListener {
|
||||
settings.updateSharingStatusHistory()
|
||||
updateSharingStatus()
|
||||
fragmentManager?.also { fm ->
|
||||
SharingStatusBottomSheet.showInstance(fm, this)
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue