use profile fast-animation only for the chat-profile, not for contact-profiles in groups

This commit is contained in:
B. Petersen 2019-05-25 00:49:32 +02:00
parent 1edf6c4db3
commit 5028ae6e82
No known key found for this signature in database
GPG key ID: 3B88E92DEA8E9AFC
4 changed files with 15 additions and 21 deletions

View file

@ -541,8 +541,9 @@ public class ConversationActivity extends PassphraseRequiredActionBarActivity
if(chatId != DcChat.DC_CHAT_ID_DEADDROP) {
Intent intent = new Intent(this, ProfileActivity.class);
intent.putExtra(ProfileActivity.CHAT_ID_EXTRA, chatId);
intent.putExtra(ProfileActivity.FROM_CHAT, true);
startActivity(intent);
overridePendingTransition(R.anim.fade_in, R.anim.fade_out);
overridePendingTransition(0, 0);
}
}