mirror of
https://github.com/CatimaLoyalty/Android.git
synced 2026-01-22 13:58:07 -05:00
Ask password when import fails with BadPassword
This commit is contained in:
@@ -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