diff options
author | Guillaume Jacquart <guillaume.jacquart@hoodbrains.com> | 2023-06-09 06:34:10 +0000 |
---|---|---|
committer | Guillaume Jacquart <guillaume.jacquart@hoodbrains.com> | 2023-06-09 06:34:10 +0000 |
commit | 8b1855bce1313ad84df8f96efdbb62e2acf7ff33 (patch) | |
tree | 94e19efed58b931139a86c7c9c8aced91767e6c3 /fakelocation/fakelocationdemo/src/main/java/foundation | |
parent | 333623483246398c76bed4aa5ee5b43c843f65cd (diff) | |
parent | 74b9860784913c097ae59e58b0958da7744ebc2e (diff) |
Merge branch '1227-navigation_graph' into 'main'
1227: use navigation graph component, avoid view (fragments) duplications
See merge request e/os/advanced-privacy!136
Diffstat (limited to 'fakelocation/fakelocationdemo/src/main/java/foundation')
-rw-r--r-- | fakelocation/fakelocationdemo/src/main/java/foundation/e/privacymodules/fakelocationdemo/MainActivity.kt | 1 |
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") } |