Skip to content

Commit

Permalink
Fix wrong class referenced in doc. (#1597)
Browse files Browse the repository at this point in the history
  • Loading branch information
DevGrinch authored and samtstern committed Mar 10, 2019
1 parent 1e86767 commit 610d9f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion database/README.md
Expand Up @@ -202,7 +202,7 @@ protected void onStop() {
If you don't want to manually start/stop listening you can use
[Android Architecture Components][arch-components] to automatically manage the lifecycle of the
`FirebaseRecyclerAdapter`. Pass a `LifecycleOwner` to
`FirebaseRecyclerAdapter.Builder#setLifecycleOwner(...)` and FirebaseUI will automatically
`FirebaseRecyclerOptions.Builder#setLifecycleOwner(...)` and FirebaseUI will automatically
start and stop listening in `onStart()` and `onStop()`.

### Data and error events
Expand Down

0 comments on commit 610d9f3

Please sign in to comment.