mirror of
https://github.com/M66B/FairEmail.git
synced 2026-03-29 21:34:44 +02:00
Android 14: fixed PGP
This commit is contained in:
@@ -718,7 +718,8 @@ public class FragmentBase extends Fragment {
|
||||
startIntentSenderForResult(
|
||||
ex.getUserAction().getActionIntent().getIntentSender(),
|
||||
REQUEST_RECOVERABLE_PERMISSION,
|
||||
null, 0, 0, 0, null);
|
||||
null, 0, 0, 0,
|
||||
Helper.getBackgroundActivityOptions());
|
||||
} catch (IntentSender.SendIntentException ex) {
|
||||
Log.w(ex);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user