Fixed XDA apps link

This commit is contained in:
M66B 2019-08-16 17:32:24 +02:00
parent d7e8e1b022
commit ec4c83bc3e
1 changed files with 1 additions and 1 deletions

View File

@ -118,7 +118,7 @@ public class Helper {
static final String SUPPORT_URI = "https://contact.faircode.eu/?product=fairemailsupport";
static final String PGP_URI = "https://f-droid.org/en/packages/org.sufficientlysecure.keychain/";
static final String PLAY_APPS_URI = "https://play.google.com/store/apps/dev?id=8420080860664580239";
static final String XDA_APPS_URI = "https://forum.xda-developers.com/search.php?searchid=457176824";
static final String XDA_APPS_URI = "https://forum.xda-developers.com/search.php?do=finduser&u=2799345&starteronly=1";
static ThreadFactory backgroundThreadFactory = new ThreadFactory() {
private final AtomicInteger threadId = new AtomicInteger();