|
@@ -155,11 +155,14 @@ class LocationPickerController(args: Bundle) :
|
|
|
|
|
|
override fun onPrepareOptionsMenu(menu: Menu) {
|
|
override fun onPrepareOptionsMenu(menu: Menu) {
|
|
super.onPrepareOptionsMenu(menu)
|
|
super.onPrepareOptionsMenu(menu)
|
|
- showToolbar()
|
|
|
|
- actionBar?.setIcon(ColorDrawable(resources!!.getColor(android.R.color.transparent)))
|
|
|
|
actionBar?.title = context!!.getString(R.string.nc_share_location)
|
|
actionBar?.title = context!!.getString(R.string.nc_share_location)
|
|
}
|
|
}
|
|
|
|
|
|
|
|
+ override val title: String
|
|
|
|
+ get() =
|
|
|
|
+ resources!!.getString(R.string.nc_share_location)
|
|
|
|
+
|
|
|
|
+
|
|
override fun onViewBound(view: View) {
|
|
override fun onViewBound(view: View) {
|
|
setLocationDescription(false, receivedChosenGeocodingResult)
|
|
setLocationDescription(false, receivedChosenGeocodingResult)
|
|
binding.shareLocation.isClickable = false
|
|
binding.shareLocation.isClickable = false
|