-Merged bookmark buttons on playlist fragment into one.

-Fixed bookmark button flickering on visibility toggling.
-Removed toolbar up button control from local fragments, delegating functionality back to main fragment.
-Updated extractor to latest.
This commit is contained in:
John Zhen Mo 2018-02-08 19:53:04 -08:00
parent 724c8e3db8
commit 3af38a0cd7
5 changed files with 43 additions and 67 deletions

View file

@ -55,7 +55,7 @@ dependencies {
exclude module: 'support-annotations'
}
implementation 'com.github.TeamNewPipe:NewPipeExtractor:7fd21ec08581d'
implementation 'com.github.TeamNewPipe:NewPipeExtractor:4fb49d54b5'
testImplementation 'junit:junit:4.12'
testImplementation 'org.mockito:mockito-core:1.10.19'