Skip to content
Snippets Groups Projects
Verified Commit e3dcc625 authored by Torsten Grote's avatar Torsten Grote
Browse files

Use back transition when backing out of creating private group

parent db3c3eee
No related branches found
No related tags found
No related merge requests found
......@@ -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();
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment