Skip to content

Conversation

Stypox
Copy link
Member

@Stypox Stypox commented Nov 2, 2020

What is it?

  • Bugfix (user facing)
  • Feature (user facing)
  • Codebase improvement (dev facing)
  • Meta improvement to the project (dev facing)

Description of the changes in your PR

This PR fixes a bug where some UI code was not being run on the main thread due to a missing .observeOn(AndroidSchedulers.mainThread()). I also did some refactoring of code inside SelectPlaylistFragment.java, since there were some unused things and some things were messy.

Fixes the following issue(s)

Fixes #4769

APK testing

@RaveZero could you test if this fixes your issue?
app-debug.zip

Due diligence

@TobiGr TobiGr added the bug Issue is related to a bug label Nov 3, 2020
@RaveZero
Copy link

APK testing

@RaveZero could you test if this fixes your issue?
app-debug.zip

Yes, thank you, I was on a business trip and could successful ly test it today, no more errors also the videos are playing again.

@Stypox Stypox merged commit 9e7fb4d into TeamNewPipe:dev Nov 14, 2020
This was referenced Nov 14, 2020
@Stypox Stypox deleted the fix-playlist-select branch August 4, 2022 09:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bug Issue is related to a bug

Projects

None yet

Development

Successfully merging this pull request may close these issues.

UI error in version 0.20.2 when adding content (playlist icon) to the UI

3 participants