mirror of
https://github.com/CatimaLoyalty/Android.git
synced 2026-05-14 19:46:31 -04:00
Add some FIXMEs
This commit is contained in:
@@ -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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user