mirror of
https://code.briarproject.org/briar/briar.git
synced 2026-02-20 14:49:53 +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,
|
// At this point, the group had been created already,
|
||||||
// so don't allow to create it again.
|
// so don't allow to create it again.
|
||||||
openNewGroup();
|
openNewGroup();
|
||||||
|
overridePendingTransition(R.anim.screen_old_in,
|
||||||
|
R.anim.screen_new_out);
|
||||||
} else {
|
} else {
|
||||||
super.onBackPressed();
|
super.onBackPressed();
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user