1
0
Fork 0
mirror of https://github.com/M66B/FairEmail.git synced 2024-12-26 01:36:55 +00:00

Updated comment

This commit is contained in:
M66B 2024-03-18 07:34:42 +01:00
parent 8d21c68afc
commit 0c5c960588

View file

@ -79,9 +79,7 @@ public class DeepL {
static final String PRIVACY_URI = "https://www.deepl.com/privacy/";
// curl https://api-free.deepl.com/v2/languages \
// -d auth_key=... \
// -d type=target
// curl https://api-free.deepl.com/v2/languages -d auth_key=... -d type=target
public static boolean isAvailable(Context context) {
SharedPreferences prefs = PreferenceManager.getDefaultSharedPreferences(context);