From b5a9af5f37da97615105e0d4fb9d0c89d2bdaab6 Mon Sep 17 00:00:00 2001 From: Alan Viverette Date: Mon, 3 Apr 2017 15:12:30 -0400 Subject: Fix interface definition Bug: 24137209 Test: make checkbuild tests -j32 Change-Id: Id9bc1700e648e17198a0a50e205f705d3d25fdae --- src/com/android/ex/photo/PhotoViewController.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/com/android/ex/photo/PhotoViewController.java b/src/com/android/ex/photo/PhotoViewController.java index aa9ff4d..6d007a8 100644 --- a/src/com/android/ex/photo/PhotoViewController.java +++ b/src/com/android/ex/photo/PhotoViewController.java @@ -78,7 +78,7 @@ public class PhotoViewController implements public Context getApplicationContext(); public Intent getIntent(); public void setContentView(int resId); - public View findViewById(int id); + public T findViewById(int id); public Resources getResources(); public FragmentManager getSupportFragmentManager(); public LoaderManager getSupportLoaderManager(); -- cgit v1.2.3