fix: Android 14/15 crash

This commit is contained in:
Pun Butrach
2025-11-23 00:34:44 +07:00
parent d36845897b
commit edfd0baad6
1639 changed files with 146874 additions and 93622 deletions
@@ -60,6 +60,7 @@ public class ActivityContextWrapper extends BaseContext {
@Override
public void recreateControllers() {
super.recreateControllers();
mControllers = new TouchController[0];
}
}