Feedback on export/import

This commit is contained in:
M66B 2019-07-29 13:53:10 +02:00
parent 381e0b2052
commit 3687a632f6
1 changed files with 10 additions and 0 deletions

View File

@ -526,6 +526,11 @@ public class ActivitySetup extends ActivityBase implements FragmentManager.OnBac
args.putString("password", password);
new SimpleTask<Void>() {
@Override
protected void onPreExecute(Bundle args) {
ToastEx.makeText(ActivitySetup.this, R.string.title_executing, Toast.LENGTH_LONG).show();
}
@Override
protected Void onExecute(Context context, Bundle args) throws Throwable {
Uri uri = args.getParcelable("uri");
@ -686,6 +691,11 @@ public class ActivitySetup extends ActivityBase implements FragmentManager.OnBac
args.putString("password", password);
new SimpleTask<Void>() {
@Override
protected void onPreExecute(Bundle args) {
ToastEx.makeText(ActivitySetup.this, R.string.title_executing, Toast.LENGTH_LONG).show();
}
@Override
protected Void onExecute(Context context, Bundle args) throws Throwable {
Uri uri = args.getParcelable("uri");