Cross account copy needs to be implemented

This commit is contained in:
M66B 2021-08-17 19:08:07 +02:00
parent ebb0b67d1f
commit f2a9708a90
1 changed files with 1 additions and 1 deletions

View File

@ -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);