We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2376a83 commit 546759eCopy full SHA for 546759e
1 file changed
app/src/main/java/org/schabi/newpipe/fragments/detail/VideoDetailFragment.kt
@@ -874,9 +874,8 @@ class VideoDetailFragment :
874
private fun updateTabs(info: StreamInfo) {
875
if (showRelatedItems) {
876
when (val relatedItemsLayout = binding.relatedItemsLayout) {
877
- null -> pageAdapter.updateItem(RELATED_TAB_TAG, getInstance(info))
878
-
879
// phone
+ null -> pageAdapter.updateItem(RELATED_TAB_TAG, getInstance(info))
880
else -> { // tablet + TV
881
getChildFragmentManager().beginTransaction()
882
.replace(R.id.relatedItemsLayout, getInstance(info))
0 commit comments