We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bba2c23 commit 0cb8c44Copy full SHA for 0cb8c44
1 file changed
app/src/main/kotlin/org/fossify/camera/helpers/SimpleLocationManager.kt
@@ -19,6 +19,8 @@ class SimpleLocationManager(private val activity: BaseSimpleActivity) {
19
private var location: Location? = null
20
21
private val locationManager = activity.getSystemService(LocationManager::class.java)!!
22
+
23
+ @Suppress("EmptyFunctionBlock")
24
private val locationListener = object: LocationListener {
25
override fun onLocationChanged(location: Location) {
26
this@SimpleLocationManager.location = location
0 commit comments