mirror of
https://github.com/CatimaLoyalty/Android.git
synced 2026-09-16 08:29:17 -04:00
Ask password when import fails with BadPassword
This commit is contained in:
1 parent
614e5bac2d
commit
0de8cd93ad
4 files changed
+54
-40
No files matched your search
@@ -542,7 +542,7 @@ public class ImportExportTest
|
||||
{
|
||||
ImportExportResult result;
|
||||
|
||||
public void onTaskComplete(ImportExportResult result)
|
||||
public void onTaskComplete(ImportExportResult result, DataFormat dataFormat)
|
||||
{
|
||||
this.result = result;
|
||||
}
|
||||
|
||||
Reference in new issue
Block a user