mirror of
https://github.com/deltachat/deltachat-android.git
synced 2025-10-03 09:49:21 +02:00
use profile fast-animation only for the chat-profile, not for contact-profiles in groups
This commit is contained in:
parent
1edf6c4db3
commit
5028ae6e82
4 changed files with 15 additions and 21 deletions
|
@ -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);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue