Skip to content

Commit

Permalink
lifecycle-*:2.6.0-alpha04:[FullLifecycleObserver] deleted
Browse files Browse the repository at this point in the history
"`DefaultLifecycleObserver` now
extends the public `LifecycleObserver` directly
and `FullLifecycleObserver` has been deleted,
transferring all of its functionality to
`DefaultLifecycleObserver`."
link:https://android.googlesource.com/platform/frameworks/support/+/4fffb14cfdcfeaa713639466de257639e80664db
  • Loading branch information
singledog authored and hi-dhl committed Feb 13, 2023
1 parent 2cd510d commit 8333c85
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ package androidx.lifecycle
* </pre>
*/

open class BindingLifecycleObserver : FullLifecycleObserver {
open class BindingLifecycleObserver : DefaultLifecycleObserver {

override fun onCreate(owner: LifecycleOwner) {
}
Expand All @@ -28,4 +28,4 @@ open class BindingLifecycleObserver : FullLifecycleObserver {
override fun onDestroy(owner: LifecycleOwner) {
}

}
}

0 comments on commit 8333c85

Please sign in to comment.