mirror of https://github.com/M66B/FairEmail.git
Fixed XDA apps link
This commit is contained in:
parent
d7e8e1b022
commit
ec4c83bc3e
|
@ -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();
|
||||
|
|
Loading…
Reference in New Issue