Skip to content

Commit 71fa4ca

Browse files
committed
Fix README.md
1 parent 83e4f42 commit 71fa4ca

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,8 +64,8 @@ Observable.interval(1, TimeUnit.SECONDS)
6464

6565
| Subscribe | ViewLifecycle.State | Dispose | Lifecycle.State | Dispose |
6666
| ------------- | --------------------- | ------------- | --------------- | ------------- |
67-
| onAttach | IllegalStateException | onDestroyView | INITIALIZED | onDestroy |
68-
| onCreate | IllegalStateException | onDestroyView | INITIALIZED | onDestroy |
67+
| onAttach | IllegalStateException | onDestroy | INITIALIZED | onDestroy |
68+
| onCreate | IllegalStateException | onDestroy | INITIALIZED | onDestroy |
6969
| onCreateView | IllegalStateException | onDestroyView | CREATED | onDestroy |
7070
| onViewCreated | INITIALIZED | onDestroyView | not called | not called |
7171
| onStart | CREATED | onStop | CREATED | onStop |

0 commit comments

Comments
 (0)