mirror of
https://github.com/oxen-io/session-android.git
synced 2024-11-24 02:25:19 +00:00
Fix issue with weird exiting animation from conversation
Fixes #1312 // FREEBIE
This commit is contained in:
parent
7ceaf59bcc
commit
7b3f2c169a
@ -222,7 +222,7 @@ public class ConversationActivity extends PassphraseRequiredSherlockFragmentActi
|
||||
protected void onPause() {
|
||||
super.onPause();
|
||||
MessageNotifier.setVisibleThread(-1L);
|
||||
overridePendingTransition(R.anim.fade_scale_in, R.anim.slide_to_right);
|
||||
if (isFinishing()) overridePendingTransition(R.anim.fade_scale_in, R.anim.slide_to_right);
|
||||
}
|
||||
|
||||
@Override
|
||||
|
Loading…
Reference in New Issue
Block a user