Disable mentions megaphone.

fork-5.53.8
Greyson Parrelli 2020-09-10 17:54:57 -04:00
rodzic 5c285b4ac6
commit 88e12c78fa
1 zmienionych plików z 2 dodań i 1 usunięć

Wyświetl plik

@ -218,7 +218,8 @@ public final class Megaphones {
}
private static boolean shouldShowMentionsMegaphone() {
return FeatureFlags.mentions();
return false;
// return FeatureFlags.mentions();
}
private static boolean shouldShowLinkPreviewsMegaphone(@NonNull Context context) {