mirror of
https://github.com/signalapp/Signal-Android.git
synced 2026-04-22 18:00:02 +01:00
Remove mentions feature flag.
This commit is contained in:
committed by
Greyson Parrelli
parent
d04e4606d2
commit
b46589cd14
@@ -366,7 +366,7 @@ public class ManageGroupFragment extends LoggingFragment {
|
||||
});
|
||||
}
|
||||
|
||||
mentionsRow.setVisibility(FeatureFlags.mentions() && groupId.isV2() ? View.VISIBLE : View.GONE);
|
||||
mentionsRow.setVisibility(groupId.isV2() ? View.VISIBLE : View.GONE);
|
||||
mentionsRow.setOnClickListener(v -> viewModel.handleMentionNotificationSelection());
|
||||
viewModel.getMentionSetting().observe(getViewLifecycleOwner(), value -> mentionsValue.setText(value));
|
||||
|
||||
|
||||
Reference in New Issue
Block a user