Lost case

This commit is contained in:
M66B 2021-06-29 20:17:34 +02:00
parent 704dfe8383
commit 27a71b5308
1 changed files with 1 additions and 1 deletions

View File

@ -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) {