From 1d348a3718eebaeafc44384ab3814759970b04f9 Mon Sep 17 00:00:00 2001 From: Anthony Date: Tue, 23 Sep 2025 00:32:47 +0100 Subject: [PATCH] Update proguard-rules.pro getContext() now returns Activity. --- android-project/app/proguard-rules.pro | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/android-project/app/proguard-rules.pro b/android-project/app/proguard-rules.pro index 147cbd378e..41c2a0380d 100644 --- a/android-project/app/proguard-rules.pro +++ b/android-project/app/proguard-rules.pro @@ -23,7 +23,7 @@ void clipboardSetText(java.lang.String); int createCustomCursor(int[], int, int, int, int); void destroyCustomCursor(int); - android.content.Context getContext(); + android.app.Activity getContext(); boolean getManifestEnvironmentVariables(); android.view.Surface getNativeSurface(); void initTouch();