am 2d0d6541: Change setScrollVertically to protected to make scroll work in subclasses.
* commit '2d0d65410410185c70b2221bdfa8b4c1e4a175d5': Change setScrollVertically to protected to make scroll work in subclasses.
This commit is contained in:
@@ -23,6 +23,6 @@
|
||||
|
||||
-keep class android.support.wearable.view.WearableListView {
|
||||
private void setScrollAnimator(int);
|
||||
private void setScrollVertically(int);
|
||||
protected void setScrollVertically(int);
|
||||
}
|
||||
|
||||
|
||||
@@ -11,7 +11,7 @@
|
||||
|
||||
-keep class android.support.wearable.view.WearableListView {
|
||||
private void setScrollAnimator(int);
|
||||
private void setScrollVertically(int);
|
||||
protected void setScrollVertically(int);
|
||||
}
|
||||
-keep class android.support.wearable.view.WearableListView.ViewHolder {
|
||||
private void setFocusPaddingTop(int);
|
||||
|
||||
Reference in New Issue
Block a user