mirror of
https://github.com/M66B/FairEmail.git
synced 2026-04-01 14:46:31 +02:00
Debug
This commit is contained in:
@@ -1528,9 +1528,6 @@ public class MessageHelper {
|
||||
}
|
||||
|
||||
static boolean showKeyword(String keyword) {
|
||||
if (BuildConfig.DEBUG)
|
||||
return true;
|
||||
|
||||
int len = FLAG_BLACKLIST.size();
|
||||
for (int i = 0; i < len; i++)
|
||||
if (FLAG_BLACKLIST.get(i).equalsIgnoreCase(keyword))
|
||||
|
||||
Reference in New Issue
Block a user