Skip to content
This repository was archived by the owner on Nov 7, 2023. It is now read-only.

Commit fdd9289

Browse files
author
Kevin King
committed
commitAllowingStateLoss in generatingFragment animation
1 parent 37c8b44 commit fdd9289

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

app/src/main/java/co/krypt/krypton/onboarding/devops/GenerateFragment.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ public void run() {
139139
fragmentTransaction
140140
.setCustomAnimations(R.anim.enter_from_right, R.anim.exit_to_left)
141141
.add(R.id.activity_onboarding, firstPairCliFragment)
142-
.hide(generatingFragment).show(firstPairCliFragment).commit();
142+
.hide(generatingFragment).show(firstPairCliFragment).commitAllowingStateLoss();
143143
}
144144
} catch (InvalidKeyException | IOException | CryptoException | UnsupportedOperationException | IllegalArgumentException e) {
145145
e.printStackTrace();

0 commit comments

Comments
 (0)