Updated on 2026-08-14
This commit is contained in:
parent
49ec774b9b
commit
77a598cf56
1 changed files with 0 additions and 4 deletions
|
|
@ -20,10 +20,6 @@ class NfcLifecycleObserver(private var nfcManager: NfcManager) : LifecycleObserv
|
|||
@OnLifecycleEvent(Lifecycle.Event.ON_PAUSE)
|
||||
fun onPause() {
|
||||
nfcManager.onPause()
|
||||
}
|
||||
|
||||
@OnLifecycleEvent(Lifecycle.Event.ON_STOP)
|
||||
fun onStop() {
|
||||
nfcManager.onStop()
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue