Fixed F-Droid build

This commit is contained in:
Marcel Bokhorst 2024-04-08 15:08:51 +02:00 committed by GitHub
parent 9a1e4cd904
commit d34f5035ee
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -176,7 +176,7 @@ public class ActivityBilling extends ActivityBase implements
prefs.getBoolean("test_iab", false));
}
private static String getChallenge(Context context) throws NoSuchAlgorithmException {
static String getChallenge(Context context) throws NoSuchAlgorithmException {
String android_id = Settings.Secure.getString(context.getContentResolver(), Settings.Secure.ANDROID_ID);
if (android_id == null) {
Log.e("Android ID empty");