Disable mentions megaphone.

This commit is contained in:
Greyson Parrelli 2020-09-10 17:54:57 -04:00
parent 5c285b4ac6
commit 88e12c78fa

View File

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