diff options
| author | Alan Viverette <alanv@google.com> | 2017-04-13 16:37:06 -0400 |
|---|---|---|
| committer | Alan Viverette <alanv@google.com> | 2017-04-13 16:50:32 -0400 |
| commit | 04fd470ce0166abb36d9be829d6e9b98a55eaf35 (patch) | |
| tree | 813dd3d1dbced9ebcf3c70a9fe2900bae8d3e334 /core/java/android/app/FragmentContainer.java | |
| parent | 80b7a214bac14d48c08abeeb4cdd9499a0f40117 (diff) | |
Update more implementations of findViewById()
Bug: 24137209
Test: make checkbuild -j32
Change-Id: I104969fc74d6dc1d159e3d1ff5926640b124a540
Diffstat (limited to 'core/java/android/app/FragmentContainer.java')
| -rw-r--r-- | core/java/android/app/FragmentContainer.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/java/android/app/FragmentContainer.java b/core/java/android/app/FragmentContainer.java index 6ed54dcdbc85..77c9c312ce24 100644 --- a/core/java/android/app/FragmentContainer.java +++ b/core/java/android/app/FragmentContainer.java @@ -31,7 +31,7 @@ public abstract class FragmentContainer { * view is not a child of this container. */ @Nullable - public abstract View onFindViewById(@IdRes int id); + public abstract <T extends View> T onFindViewById(@IdRes int id); /** * Return {@code true} if the container holds any view. |
