mirror of https://github.com/M66B/FairEmail.git
Debug
This commit is contained in:
parent
b8b36604d8
commit
600f8c0b00
|
@ -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))
|
||||
|
|
Loading…
Reference in New Issue