Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Crash when rotating the screen right after a search #269

Closed
devnoname120 opened this issue Apr 14, 2016 · 1 comment
Closed

Crash when rotating the screen right after a search #269

devnoname120 opened this issue Apr 14, 2016 · 1 comment

Comments

@devnoname120
Copy link
Contributor

  1. From the home, do a search.
  2. Before it loads, rotate the device to switch from portrait to landscape mode.
  3. The app crashes.
java.lang.IllegalStateException: Content view not yet created
    at android.support.v4.app.ListFragment.ensureList(ListFragment.java:328)
    at android.support.v4.app.ListFragment.setListShown(ListFragment.java:280)
    at android.support.v4.app.ListFragment.setListShown(ListFragment.java:258)
    at org.schabi.newpipe.VideoItemListFragment$2.run(VideoItemListFragment.java:351)
    at android.os.Handler.handleCallback(Handler.java:815)
    at android.os.Handler.dispatchMessage(Handler.java:104)
    at android.os.Looper.loop(Looper.java:194)
    at android.app.ActivityThread.main(ActivityThread.java:5549)
    at java.lang.reflect.Method.invoke(Native Method)
    at java.lang.reflect.Method.invoke(Method.java:372)
    at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:964)
    at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:759)

@theScrabi
Copy link
Member

Confirmed.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants