Add some FIXMEs

This commit is contained in:
Sylvia van Os
2025-09-24 17:44:36 +02:00
parent 412077e2ab
commit c7fdd63d7d
2 changed files with 2 additions and 1 deletions

View File

@@ -99,7 +99,7 @@ public class ImportExportTask implements CompatCallable<ImportExportResult> {
// Create components
TextView progressDialogTextView = new TextView(activity);
progressDialogTextView.setText(R.string.pleaseDoNotRotateTheDevice);
progressDialogTextView.setText(R.string.pleaseDoNotRotateTheDevice); // FIXME: Instead of telling the user to not rotate, rotation should not cancel the import
ProgressBar progressDialogProgressBar = new ProgressBar(activity);
progressDialogProgressBar.setIndeterminate(true);