Fixed dialog tasks

This commit is contained in:
M66B
2019-09-12 13:36:23 +02:00
parent ac69a94dd2
commit 4a81f17a1f
4 changed files with 5 additions and 5 deletions

View File

@@ -507,7 +507,7 @@ public class Helper {
else
ToastEx.makeText(context, ex.toString(), Toast.LENGTH_LONG).show();
}
}.execute(FragmentDialogUnexpected.this, new Bundle(), "error:unexpected");
}.execute(getContext(), getActivity(), new Bundle(), "error:unexpected");
}
})
.create();