mirror of
https://github.com/M66B/FairEmail.git
synced 2024-12-27 10:17:18 +00:00
Updated comment
This commit is contained in:
parent
8d21c68afc
commit
0c5c960588
1 changed files with 1 additions and 3 deletions
|
@ -79,9 +79,7 @@ public class DeepL {
|
||||||
|
|
||||||
static final String PRIVACY_URI = "https://www.deepl.com/privacy/";
|
static final String PRIVACY_URI = "https://www.deepl.com/privacy/";
|
||||||
|
|
||||||
// curl https://api-free.deepl.com/v2/languages \
|
// curl https://api-free.deepl.com/v2/languages -d auth_key=... -d type=target
|
||||||
// -d auth_key=... \
|
|
||||||
// -d type=target
|
|
||||||
|
|
||||||
public static boolean isAvailable(Context context) {
|
public static boolean isAvailable(Context context) {
|
||||||
SharedPreferences prefs = PreferenceManager.getDefaultSharedPreferences(context);
|
SharedPreferences prefs = PreferenceManager.getDefaultSharedPreferences(context);
|
||||||
|
|
Loading…
Reference in a new issue