diff --git a/app/src/main/AndroidManifest.xml b/app/src/main/AndroidManifest.xml index f5cdc94a..91ed83d4 100644 --- a/app/src/main/AndroidManifest.xml +++ b/app/src/main/AndroidManifest.xml @@ -52,10 +52,6 @@ android:exported="true" android:theme="@style/AppTheme" android:excludeFromRecents="true" /> - (R.id.apply_location_button) - applyButton.setOnClickListener { - val bundle = Bundle() - bundle.putFloat("latitude", marker.position.latitude.toFloat()) - bundle.putFloat("longitude", marker.position.longitude.toFloat()) - setResult(RESULT_OK, intent.putExtra("location", bundle)) - finish() - } - - val setPreciseLocationButton = findViewById