Fix JSDoc checkstyle warning

This commit is contained in:
Hanif Shersy 2022-05-03 17:46:34 +10:00 committed by AudricV
parent 5e2ef7ff0d
commit a1773d166f
No known key found for this signature in database
GPG Key ID: DA92EC7905614198
1 changed files with 1 additions and 1 deletions

View File

@ -2096,7 +2096,7 @@ public final class VideoDetailFragment
/** /**
* Make changes to the UI to accommodate for better usability on bigger screens such as TVs * Make changes to the UI to accommodate for better usability on bigger screens such as TVs
* or in Android's desktop mode (DeX etc.) * or in Android's desktop mode (DeX etc).
*/ */
private void accommodateForTvAndDesktopMode() { private void accommodateForTvAndDesktopMode() {
if (DeviceUtils.isTv(getContext())) { if (DeviceUtils.isTv(getContext())) {