mirror of
https://github.com/oxen-io/session-android.git
synced 2024-11-27 20:15:21 +00:00
Fix for fragment transaction crash in verify identity activity
Fixes #5747 // FREEBIE
This commit is contained in:
parent
d36d000dc5
commit
954d795bb5
@ -148,12 +148,8 @@ public class VerifyIdentityActivity extends PassphraseRequiredActionBarActivity
|
||||
public void run() {
|
||||
((Vibrator)getSystemService(Context.VIBRATOR_SERVICE)).vibrate(50);
|
||||
|
||||
FragmentTransaction transaction = getSupportFragmentManager().beginTransaction();
|
||||
transaction.setCustomAnimations(R.anim.slide_from_bottom, R.anim.slide_to_top);
|
||||
|
||||
getSupportFragmentManager().popBackStack();
|
||||
displayFragment.setScannedFingerprint(data);
|
||||
transaction.replace(android.R.id.content, displayFragment)
|
||||
.commit();
|
||||
}
|
||||
});
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user