mirror of
https://github.com/signalapp/Signal-Android.git
synced 2026-03-03 15:58:40 +00:00
Add minor UI updates to screen lock.
This commit is contained in:
@@ -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.");
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user