summaryrefslogtreecommitdiff
path: root/androidx/core/view/ViewCompat.java
diff options
context:
space:
mode:
Diffstat (limited to 'androidx/core/view/ViewCompat.java')
-rw-r--r--androidx/core/view/ViewCompat.java1
1 files changed, 1 insertions, 0 deletions
diff --git a/androidx/core/view/ViewCompat.java b/androidx/core/view/ViewCompat.java
index 7b76c384..33026340 100644
--- a/androidx/core/view/ViewCompat.java
+++ b/androidx/core/view/ViewCompat.java
@@ -1344,6 +1344,7 @@ public class ViewCompat {
* @return a view with given ID
* @see View#findViewById(int)
*/
+ @SuppressWarnings("TypeParameterUnusedInFormals")
@NonNull
public static <T extends View> T requireViewById(@NonNull View view, @IdRes int id) {
// TODO: use and link to View#requireViewById() directly, once available