This commit is contained in:
M66B 2024-04-29 17:40:44 +02:00
parent b8b36604d8
commit 600f8c0b00
1 changed files with 0 additions and 3 deletions

View File

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