mirror of
https://github.com/SchildiChat/SchildiChat-android.git
synced 2024-11-26 19:36:08 +03:00
Change naming for initLocateButton() method
This commit is contained in:
parent
f495150b4e
commit
6779fa1175
1 changed files with 2 additions and 2 deletions
|
@ -71,7 +71,7 @@ class LocationSharingFragment @Inject constructor(
|
|||
)
|
||||
}
|
||||
|
||||
initLocateBtn()
|
||||
initLocateButton()
|
||||
initOptionsPicker()
|
||||
|
||||
viewModel.observeViewEvents {
|
||||
|
@ -143,7 +143,7 @@ class LocationSharingFragment @Inject constructor(
|
|||
.show()
|
||||
}
|
||||
|
||||
private fun initLocateBtn() {
|
||||
private fun initLocateButton() {
|
||||
views.mapView.locateBtn.setOnClickListener {
|
||||
viewModel.handle(LocationSharingAction.ZoomToUserLocationAction)
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue