mirror of
https://github.com/oxen-io/session-android.git
synced 2025-06-08 20:08:35 +00:00
Disable mentions megaphone.
This commit is contained in:
parent
5c285b4ac6
commit
88e12c78fa
@ -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) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user