mirror of
https://github.com/CatimaLoyalty/Android.git
synced 2026-04-02 23:01:58 -04: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