Murat Keskin
Murat Keskin
have you solved the issue? I am getting the exact error `error: com.androidnetworking.error.ANError: java.lang.IllegalStateException: closed`
Yes, it is a photo from the gallery. I am using Rx2AndroidNetworking ``` Rx2AndroidNetworking.upload(ApiEndPoint.ENDPOINT_UPLOAD_PHOTO) .setOkHttpClient(okHttpClient) .addMultipartFile("file", file) .build() .getObjectObservable(ApiResponse.class); ``` When I check out Stetho, I can see that it...
I have disabled stetho in okHttpClient and now it is working. Is there any way to get this done without disabling the logging?
any news? nice to have this.
> [zjhzxjm#1](https://github.com/zjhzxjm/django-jet/pull/1) thank you it is working.
You can create a custom layout and attach it to the dialog by using setFooterView Hope it helps ``` LayoutInflater inflater = this.getLayoutInflater(); final View footer = inflater.inflate(R.layout.dialog_alert_footer_layout, null); footer.findViewById(R.id.yesButton).setOnClickListener(v...
I am having the same issue. Any luck on solving this?
Hi, you can use .OAEP for padding