mirror of
https://code.briarproject.org/briar/briar.git
synced 2026-02-13 19:29:06 +01:00
Use back transition when backing out of creating private group
This commit is contained in:
@@ -39,6 +39,8 @@ public class CreateGroupActivity extends BaseGroupInviteActivity implements
|
||||
// At this point, the group had been created already,
|
||||
// so don't allow to create it again.
|
||||
openNewGroup();
|
||||
overridePendingTransition(R.anim.screen_old_in,
|
||||
R.anim.screen_new_out);
|
||||
} else {
|
||||
super.onBackPressed();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user