mirror of
https://github.com/M66B/FairEmail.git
synced 2026-03-29 13:24:52 +02:00
Comments
This commit is contained in:
@@ -1705,7 +1705,7 @@ public class FragmentOptionsBackup extends FragmentBase implements SharedPrefere
|
||||
final Context context = getContext();
|
||||
Intent intent = (export ? getIntentExport(context) : getIntentImport(context));
|
||||
PackageManager pm = context.getPackageManager();
|
||||
if (intent.resolveActivity(pm) == null) { // // system/GET_CONTENT whitelisted
|
||||
if (intent.resolveActivity(pm) == null) { // system/GET_CONTENT whitelisted
|
||||
Log.unexpectedError(getParentFragmentManager(),
|
||||
new IllegalArgumentException(context.getString(R.string.title_no_saf)), 25);
|
||||
return;
|
||||
|
||||
@@ -232,7 +232,7 @@ public class OpenAI {
|
||||
}
|
||||
|
||||
static class Message {
|
||||
private final String role; // // system, user, assistant
|
||||
private final String role; // system, user, assistant
|
||||
private final String content;
|
||||
|
||||
public Message(String role, String content) {
|
||||
|
||||
Reference in New Issue
Block a user