some fixes to make NewPipe not crash when layouting

This commit is contained in:
Julian Winkler
2023-08-23 09:16:45 +02:00
parent 1474d8d3e1
commit 28cd0006bc
13 changed files with 171 additions and 29 deletions

View File

@@ -11,4 +11,6 @@ public class OverScroller extends ViewGroup {
}
public void abortAnimation () {}
public void startScroll(int startX, int startY, int dx, int dy, int duration) {}
}