mirror of
https://github.com/M66B/FairEmail.git
synced 2026-03-31 14:17:03 +02:00
Cross account copy needs to be implemented
This commit is contained in:
@@ -67,7 +67,7 @@ public class FragmentDialogFolder extends FragmentDialogBase {
|
||||
final String title = aargs.getString("title");
|
||||
final long account = aargs.getLong("account");
|
||||
final long[] disabled = aargs.getLongArray("disabled");
|
||||
final boolean cancopy = aargs.getBoolean("cancopy");
|
||||
final boolean cancopy = aargs.getBoolean("cancopy") && false;
|
||||
|
||||
final Context context = getContext();
|
||||
final SharedPreferences prefs = PreferenceManager.getDefaultSharedPreferences(context);
|
||||
|
||||
Reference in New Issue
Block a user