Skip to content

Commit 1d348a3

Browse files
AntTheAlchemistslouken
authored andcommitted
Update proguard-rules.pro
getContext() now returns Activity.
1 parent 18195c5 commit 1d348a3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

android-project/app/proguard-rules.pro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
void clipboardSetText(java.lang.String);
2424
int createCustomCursor(int[], int, int, int, int);
2525
void destroyCustomCursor(int);
26-
android.content.Context getContext();
26+
android.app.Activity getContext();
2727
boolean getManifestEnvironmentVariables();
2828
android.view.Surface getNativeSurface();
2929
void initTouch();

0 commit comments

Comments
 (0)