make name translatable, fix tab on items, remove back button
s/kisok/kiosk/g
This commit is contained in:
parent
90b9223aae
commit
f6c624b59a
4 changed files with 44 additions and 14 deletions
|
|
@ -134,7 +134,7 @@ public final class ExtractorHelper {
|
|||
}));
|
||||
}
|
||||
|
||||
public static Single<NextItemsResult> getMoreKisokItems(final int serviceId, final String url, final String nextStreamsUrl) {
|
||||
public static Single<NextItemsResult> getMoreKioskItems(final int serviceId, final String url, final String nextStreamsUrl) {
|
||||
return Single.fromCallable(new Callable<NextItemsResult>() {
|
||||
@Override
|
||||
public NextItemsResult call() throws Exception {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue