summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMaurice Lam <yukl@google.com>2016-03-17 21:29:41 +0000
committerAndroid (Google) Code Review <android-gerrit@google.com>2016-03-17 21:29:41 +0000
commit6ddcdc3c6c177c71d5feb5369a91682302944d56 (patch)
tree634ee5092266130274ae30f529173497799c62db
parented5b44715a8f8091154710a7547e6286c0efa6ea (diff)
parent8e2e803f9d5a0c99ade0ee21749b4184bc888d18 (diff)
downloadsetupwizard-6ddcdc3c6c177c71d5feb5369a91682302944d56.tar.gz
Merge "[SetupWizard] Fix override annotation" into ub-setupwizard-belgarath
-rw-r--r--library/main/src/com/android/setupwizardlib/SetupWizardListLayout.java1
1 files changed, 1 insertions, 0 deletions
diff --git a/library/main/src/com/android/setupwizardlib/SetupWizardListLayout.java b/library/main/src/com/android/setupwizardlib/SetupWizardListLayout.java
index 19c9520..3410e9b 100644
--- a/library/main/src/com/android/setupwizardlib/SetupWizardListLayout.java
+++ b/library/main/src/com/android/setupwizardlib/SetupWizardListLayout.java
@@ -113,6 +113,7 @@ public class SetupWizardListLayout extends SetupWizardLayout {
getListView().setAdapter(adapter);
}
+ @Override
public void requireScrollToBottom() {
final NavigationBar navigationBar = getNavigationBar();
final ListView listView = getListView();