mirror of
https://github.com/signalapp/Signal-Android.git
synced 2026-04-27 20:24:32 +01:00
Always use the new group settings screen if the flag is enabled.
This commit is contained in:
@@ -1017,6 +1017,13 @@ public class ConversationActivity extends PassphraseRequiredActionBarActivity
|
||||
}
|
||||
|
||||
private void handleConversationSettings() {
|
||||
if (FeatureFlags.newGroupUI() && isGroupConversation()) {
|
||||
startActivitySceneTransition(ManageGroupActivity.newIntent(this, getRecipient().requireGroupId()),
|
||||
titleView.findViewById(R.id.contact_photo_image),
|
||||
"avatar");
|
||||
return;
|
||||
}
|
||||
|
||||
if (isInMessageRequest()) return;
|
||||
|
||||
Intent intent = RecipientPreferenceActivity.getLaunchIntent(this, recipient.getId());
|
||||
|
||||
Reference in New Issue
Block a user