Revert unnecessary url clean

This commit is contained in:
Aris Poloway 2018-04-05 16:45:00 -04:00
parent f3a280dcb6
commit b3c49ac86b
1 changed files with 1 additions and 2 deletions

View File

@ -307,8 +307,7 @@ public class RouterActivity extends AppCompatActivity {
// StreamDetailFragment can fetch data itself
if(playerChoiceKey.equals(getString(R.string.show_info_key))) {
disposables.add(Observable
.fromCallable(() -> NavigationHelper.getIntentByLink(this,
NavigationHelper.getCleanUrl(currentService, currentUrl, currentLinkType)))
.fromCallable(() -> NavigationHelper.getIntentByLink(this, currentUrl))
.subscribeOn(Schedulers.io())
.observeOn(AndroidSchedulers.mainThread())
.subscribe(intent -> {