File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff 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 |
You can’t perform that action at this time.
0 commit comments