Add @NonNull annotation to method argument
Co-authored-by: Tobias Groza <TobiGr@users.noreply.github.com>
This commit is contained in:
parent
05dc8280d4
commit
8cf76f7515
1 changed files with 1 additions and 1 deletions
|
|
@ -105,7 +105,7 @@ public final class FocusOverlayView extends Drawable implements
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
private boolean isShown(final View view) {
|
private boolean isShown(@NonNull final View view) {
|
||||||
return view.getWidth() != 0 && view.getHeight() != 0 && view.isShown();
|
return view.getWidth() != 0 && view.getHeight() != 0 && view.isShown();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue