Skip to content

Commit a1773d1

Browse files
han-szAudricV
authored andcommitted
Fix JSDoc checkstyle warning
1 parent 5e2ef7f commit a1773d1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2096,7 +2096,7 @@ private void setupBrightness() {
20962096

20972097
/**
20982098
* Make changes to the UI to accommodate for better usability on bigger screens such as TVs
2099-
* or in Android's desktop mode (DeX etc.)
2099+
* or in Android's desktop mode (DeX etc).
21002100
*/
21012101
private void accommodateForTvAndDesktopMode() {
21022102
if (DeviceUtils.isTv(getContext())) {

0 commit comments

Comments
 (0)