Skip to content

Commit 4b424bc

Browse files
committed
Fix comment
1 parent 2376a83 commit 4b424bc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

app/src/main/java/org/schabi/newpipe/fragments/detail/VideoDetailFragment.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -874,9 +874,9 @@ class VideoDetailFragment :
874874
private fun updateTabs(info: StreamInfo) {
875875
if (showRelatedItems) {
876876
when (val relatedItemsLayout = binding.relatedItemsLayout) {
877+
// phone
877878
null -> pageAdapter.updateItem(RELATED_TAB_TAG, getInstance(info))
878879

879-
// phone
880880
else -> { // tablet + TV
881881
getChildFragmentManager().beginTransaction()
882882
.replace(R.id.relatedItemsLayout, getInstance(info))

0 commit comments

Comments
 (0)