mirror of https://github.com/M66B/FairEmail.git
Lost case
This commit is contained in:
parent
704dfe8383
commit
27a71b5308
|
@ -156,7 +156,7 @@ public class ContactInfo {
|
||||||
}
|
}
|
||||||
|
|
||||||
static boolean canGravatars() {
|
static boolean canGravatars() {
|
||||||
return true;
|
return !BuildConfig.PLAY_STORE_RELEASE;
|
||||||
}
|
}
|
||||||
|
|
||||||
static void cleanup(Context context) {
|
static void cleanup(Context context) {
|
||||||
|
|
Loading…
Reference in New Issue