Fix JSDoc checkstyle warning
This commit is contained in:
parent
4d40192b50
commit
fed052354e
1 changed files with 1 additions and 1 deletions
|
|
@ -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())) {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue