LinearLayout: handle overwritten performClick() method

This is needed to make TabLayout functional
This commit is contained in:
Julian Winkler
2023-09-01 12:19:45 +02:00
parent fb1a07967e
commit 295d9dfda3
3 changed files with 17 additions and 0 deletions

View File

@@ -80,6 +80,7 @@ struct handle_cache {
jmethodID computeScroll;
jmethodID getScrollX;
jmethodID getScrollY;
jmethodID performClick;
} view;
struct {
jclass class;