Is it the same frame even if I have this? ``` retr...
# android
m
Is it the same frame even if I have this?
Copy code
retrofitInterface.call()
  .subscribeOn(io())
  .observeOn(mainThread())
  ...