nextcloud / Android-SingleSignOn

Single sign-on for Nextcloud (Android Library Project)
GNU General Public License v3.0
70 stars 30 forks source link

cleanup unused code #637

Closed David-Development closed 7 months ago

David-Development commented 8 months ago

The method wrapEmptyResponseCall inside the Retrofit2Helper is not used at all - and thus can be safely removed. If the response is null and the return type is correctly specified as Call<EmptyResponse> then the EMPTY_RESPONSE will be returned