Remove lefover comment

This commit is contained in:
Dominik Schürmann
2016-04-30 15:35:20 +02:00
parent d72001c690
commit 1cc0fe558b

View File

@@ -166,7 +166,7 @@ public class CreateKeyActivity extends BaseSecurityTokenActivity {
if (mCurrentFragment instanceof CreateSecurityTokenWaitFragment) {
// hack from http://stackoverflow.com/a/11253987
CreateSecurityTokenWaitFragment.sDisableFragmentAnimations = true;
getSupportFragmentManager().popBackStackImmediate(null, FragmentManager.POP_BACK_STACK_INCLUSIVE);// getSupportFragmentManager().
getSupportFragmentManager().popBackStackImmediate(null, FragmentManager.POP_BACK_STACK_INCLUSIVE);
CreateSecurityTokenWaitFragment.sDisableFragmentAnimations = false;
}