mirror of
https://github.com/M66B/FairEmail.git
synced 2026-03-29 21:34:44 +02:00
Conditional always confirm
This commit is contained in:
@@ -228,6 +228,7 @@ public class ProtectedContent {
|
||||
Bundle args = new Bundle();
|
||||
args.putParcelable("uri", uri);
|
||||
args.putString("title", title);
|
||||
args.putBoolean("always_confirm", true);
|
||||
|
||||
FragmentDialogOpenLink fragment = new FragmentDialogOpenLink();
|
||||
fragment.setArguments(args);
|
||||
|
||||
Reference in New Issue
Block a user