make compatible with encosing urlidhandler commit
This commit is contained in:
parent
b1731ebd49
commit
0733ae2404
2 changed files with 2 additions and 2 deletions
|
@ -54,7 +54,7 @@ dependencies {
|
||||||
exclude module: 'support-annotations'
|
exclude module: 'support-annotations'
|
||||||
}
|
}
|
||||||
|
|
||||||
implementation 'com.github.TeamNewPipe:NewPipeExtractor:bf1c771'
|
implementation 'com.github.TeamNewPipe:NewPipeExtractor:08f0247d7344'
|
||||||
|
|
||||||
testImplementation 'junit:junit:4.12'
|
testImplementation 'junit:junit:4.12'
|
||||||
testImplementation 'org.mockito:mockito-core:1.10.19'
|
testImplementation 'org.mockito:mockito-core:1.10.19'
|
||||||
|
|
|
@ -77,7 +77,7 @@ public class KioskFragment extends BaseListInfoFragment<KioskInfo> {
|
||||||
UrlIdHandler kioskTypeUrlIdHandler = service.getKioskList()
|
UrlIdHandler kioskTypeUrlIdHandler = service.getKioskList()
|
||||||
.getUrlIdHandlerByType(kioskId);
|
.getUrlIdHandlerByType(kioskId);
|
||||||
instance.setInitialData(serviceId,
|
instance.setInitialData(serviceId,
|
||||||
kioskTypeUrlIdHandler.getUrl(kioskId),
|
kioskTypeUrlIdHandler.setId(kioskId).getUrl(),
|
||||||
kioskId);
|
kioskId);
|
||||||
instance.kioskId = kioskId;
|
instance.kioskId = kioskId;
|
||||||
return instance;
|
return instance;
|
||||||
|
|
Loading…
Reference in a new issue