Add minor UI updates to screen lock.

This commit is contained in:
Michelle Tang
2024-08-12 16:22:43 -07:00
committed by GitHub
parent 68c7ce5823
commit 08d8564c00
6 changed files with 34 additions and 7 deletions

View File

@@ -63,6 +63,7 @@ public abstract class PassphraseActivity extends BaseActivity {
if (nextIntent != null) {
try {
startActivity(nextIntent);
overridePendingTransition(R.anim.fade_in, R.anim.fade_out);
} catch (java.lang.SecurityException e) {
Log.w(TAG, "Access permission not passed from PassphraseActivity, retry sharing.");
}