Use back transition when backing out of creating private group

This commit is contained in:
Torsten Grote
2016-12-08 17:38:08 -02:00
parent db3c3eee44
commit e3dcc62509

View File

@@ -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();
}