fix exception when loading premium videos
This commit is contained in:
parent
4e478c65d3
commit
2d029b9f76
2 changed files with 2 additions and 3 deletions
|
|
@ -575,8 +575,7 @@ public class SearchFragment
|
|||
.onNext(searchEditText.getText().toString()),
|
||||
throwable -> showSnackBarError(throwable,
|
||||
UserAction.DELETE_FROM_HISTORY, "none",
|
||||
"Deleting item failed", R.string.general_error)
|
||||
);
|
||||
"Deleting item failed", R.string.general_error));
|
||||
disposables.add(onDelete);
|
||||
})
|
||||
.show();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue