Task names

This commit is contained in:
M66B
2019-01-12 11:48:00 +00:00
parent 167a9e3557
commit 079dc572f0
3 changed files with 8 additions and 8 deletions

View File

@@ -272,7 +272,7 @@ public class Helper {
else
Toast.makeText(context, ex.toString(), Toast.LENGTH_LONG).show();
}
}.execute(context, owner, new Bundle());
}.execute(context, owner, new Bundle(), "error:unexpected");
}
})
.show();