summaryrefslogtreecommitdiff
path: root/fakelocation
diff options
context:
space:
mode:
authorGuillaume Jacquart <guillaume.jacquart@hoodbrains.com>2023-06-09 06:34:09 +0000
committerGuillaume Jacquart <guillaume.jacquart@hoodbrains.com>2023-06-09 06:34:09 +0000
commit74b9860784913c097ae59e58b0958da7744ebc2e (patch)
tree29f4f655f6ac71a0da40bc50d332db3c2c75f634 /fakelocation
parent045261f84c1ac5ba4c8ed0f3dabd4ea53a1155c9 (diff)
1227: use navigation graph component, avoid view (fragments) duplications
Diffstat (limited to 'fakelocation')
-rw-r--r--fakelocation/fakelocationdemo/src/main/java/foundation/e/privacymodules/fakelocationdemo/MainActivity.kt1
1 files changed, 1 insertions, 0 deletions
diff --git a/fakelocation/fakelocationdemo/src/main/java/foundation/e/privacymodules/fakelocationdemo/MainActivity.kt b/fakelocation/fakelocationdemo/src/main/java/foundation/e/privacymodules/fakelocationdemo/MainActivity.kt
index cf6fb2c..b7c9ced 100644
--- a/fakelocation/fakelocationdemo/src/main/java/foundation/e/privacymodules/fakelocationdemo/MainActivity.kt
+++ b/fakelocation/fakelocationdemo/src/main/java/foundation/e/privacymodules/fakelocationdemo/MainActivity.kt
@@ -86,6 +86,7 @@ class MainActivity : AppCompatActivity() {
binding.currentLocation = "lat: ${location.latitude} - lon: ${location.longitude}"
}
+ @Deprecated("Deprecated since API 29, never called.")
override fun onStatusChanged(provider: String?, status: Int, extras: Bundle?) {
TODO("Not yet implemented")
}