You've already forked android_translation_layer
mirror of
https://gitlab.com/android_translation_layer/android_translation_layer.git
synced 2025-10-27 11:48:10 -07:00
View.scrollTo(): invalidate View
This commit is contained in:
@@ -1019,6 +1019,7 @@ public class View extends Object {
|
|||||||
public void scrollTo(int x, int y) {
|
public void scrollTo(int x, int y) {
|
||||||
scrollX = x;
|
scrollX = x;
|
||||||
scrollY = y;
|
scrollY = y;
|
||||||
|
invalidate();
|
||||||
}
|
}
|
||||||
|
|
||||||
protected void onScrollChanged(int l, int t, int oldl, int oldt) {}
|
protected void onScrollChanged(int l, int t, int oldl, int oldt) {}
|
||||||
|
|||||||
Reference in New Issue
Block a user