Merge branch 'master' of github.com:M66B/FairEmail

This commit is contained in:
M66B 2024-04-09 11:47:31 +02:00
commit cfc2e27270
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");