Added help translate menu

This commit is contained in:
M66B
2020-01-17 11:05:35 +01:00
parent 8aee5a6706
commit 0b16601726
5 changed files with 26 additions and 0 deletions

View File

@@ -138,6 +138,7 @@ public class Helper {
static final String XDA_URI = "https://forum.xda-developers.com/showthread.php?t=3824168";
static final String SUPPORT_URI = "https://contact.faircode.eu/?product=fairemailsupport";
static final String TEST_URI = "https://play.google.com/apps/testing/" + BuildConfig.APPLICATION_ID;
static final String CROWDIN_URI = "https://crowdin.com/project/open-source-email";
static ExecutorService getBackgroundExecutor(int threads, String name) {
ThreadFactory factory = new ThreadFactory() {